공부/git

git 에서 특정 branch 만 clone 하는 방법

챠오위 2022. 5. 9. 23:34

> git clone -b <branch명> <remote repository 주소>

 

demo 폴더 안에 복제가 되었음을 확인 할 수 있다.