develog

[git] git 으로 특정 브랜치 clone 하기 본문

카테고리 없음

[git] git 으로 특정 브랜치 clone 하기

냐옴 2024. 4. 5. 21:41

 

git clone -b dev git@github:user01/my-repository

git clone --branch dev git@github:user01/my-repository

 

Comments