Git - 특정 브랜치(branch)만 clone하는 명령어
2019. 10. 15. 17:34ㆍTools/Git&GitHub
아래 명령어는 특정 브랜치만 clone하는 방법이다.
git clone -b {branch_name} --single-branch {git_repository_host}
'Tools > Git&GitHub' 카테고리의 다른 글
Git - 자주 사용되거나 유용한 Git 명령들 (0) | 2020.03.27 |
---|---|
Git - .gitignore가 작동하지 않을때(.gitignore가 안먹을때) (0) | 2020.03.26 |
Git - Mac OS, Git pull 명령 후 non-fast-forward 문제 해결방법 (0) | 2019.09.24 |
Git - Mac OS, Github remote:Permission to 에러 (0) | 2019.09.24 |
GitHub - github를 maven repository로 사용하기(깃허브를 메이븐 레포지토리로 사용하기) (0) | 2019.02.22 |