[GIT] 특정 branch만 clone하기

준치·2022년 12월 18일

git

목록 보기
2/2
git clone -b <branch_name> --single-branch <repository_url>

특정 branch만 clone하고 싶을 때 "single-branch" option을 사용하면 원하는 branch만 clone하여 사용할 수 있다

0개의 댓글