카테고리 없음

git에서 특정 브랜치만 clone하는 방법

eden.do 2022. 9. 22. 14:09

git clone -b {branch_name} --single-branch {저장소 URL} ex) git clone -b javajigi --single-branch https://github.com/javajigi/java-racingcar

 

[출처] https://www.slipp.net/questions/577