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

2021. 4. 26. 02:43 형상관리/Git

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

 

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