Git - 특정 브랜치(branch)만 clone하는 명령어

2019. 10. 15. 17:34Tools/Git&GitHub

아래 명령어는 특정 브랜치만 clone하는 방법이다.

 

git clone -b {branch_name} --single-branch {git_repository_host}