git을 사용하다 보면 하나의 브랜치만 clone 할 일이 있는데

--single-branch 옵션을 이용하면 하나의 브랜치만 받아오는 것이 가능하다.

git clone -b [branch_name] --single-branch [url]
ex) git clone -b main --single-branch https://github.com/~~

 

'CS > git' 카테고리의 다른 글

error: pathspec 'commit'' did not match any file(s) known to git 오류  (0) 2021.09.11

+ Recent posts