Github 저장소에서 특정 branch만 clone하기

 

원본 저장소나 fork저장소에서 특정 브랜치만을 클론받고 싶을때의 방법.

send me email if you have any questions.


특정 branch만 clone하기

$ git clone -b '브랜치이름' --single-branch '원본orFork 저장소 주소'