공부 노트

Git에서 특정 브랜치만 클론하기

2021bong 2022. 7. 8. 17:47
git clone -b {branch_name} --single-branch {저장소 URL}
ex) git clone -b bong --single-branch https://github.com/2021Bong/WEB1.git

git clone -b 클론할 브랜치 이름 --single-branch 깃레포주소

728x90