Tools/Git&GitHub
Git - 특정 브랜치(branch)만 clone하는 명령어
여성게
2019. 10. 15. 17:34
아래 명령어는 특정 브랜치만 clone하는 방법이다.
git clone -b {branch_name} --single-branch {git_repository_host}