본문 바로가기

기타

특정 git branch만 clone하기

git clone -b {branch_name} --single-branch {저장소 URL}

 

예시.

git clone -b relative_f0 --single-branch http://github.com/hash2430/mellotron