기술 성공, 실패 기록소

git에서 특정 브랜치만 clone하는 방법 본문

프로그래밍언어

git에서 특정 브랜치만 clone하는 방법

sunlab 2021. 2. 10. 17:01
728x90

www.slipp.net/questions/577

 

git에서 특정 브랜치만 clone하는 방법

git을 사용하다 브랜치 전체를 clone하지 않고 특정 브랜치 하나만 clone하는 것이 가능하다. 특히 브랜치가 많은 경우 이 방법을 사용할 수 있다. git clone -b {branch_name} --single-branch {저장소 URL} ex) git

www.slipp.net

 

'프로그래밍언어' 카테고리의 다른 글

tensorflow shuffle buffer_size  (0) 2022.08.02
심볼릭 링크  (0) 2021.02.10
git 특정 branch 가져오기.  (0) 2020.11.12
cppreference  (0) 2020.10.25
#!/usr/bin/env python  (0) 2020.09.17