Git - 특정 브랜치(branch)만 clone하는 명령어
아래 명령어는 특정 브랜치만 clone하는 방법이다.
git clone -b {branch_name} --single-branch {git_repository_host}
'형상관리 > Git' 카테고리의 다른 글
Git - git rebase란? Merge & Rebase 차이점 (0) | 2021.04.27 |
---|---|
Git - fast-forward merge 란? fast-forward & 3-way Merge의 차이점 (0) | 2021.04.27 |
Git - 자주 사용되거나 유용한 Git 명령들 (0) | 2021.04.27 |
Git - .gitignore가 작동하지 않을때(.gitignore가 안먹을때) (0) | 2021.04.27 |
Git - Mac OS, Git pull 명령 후 non-fast-forward 문제 해결방법 (0) | 2021.04.26 |
Git - Mac OS, Github remote:Permission to 에러 (0) | 2021.04.26 |
GitHub - github를 maven repository로 사용하기(깃허브를 메이븐 레포지토리로 사용하기) (0) | 2021.04.26 |
Github - eclipse(이클립스)와 local repository(로컬레포지토리) 연동. (0) | 2021.04.26 |