본문 바로가기

Programming/Git

git에서 branch 선택하여 clone 하기

728x90

 

사용법

git clone -b <branch> <remote_repo>

 

예제

git clone -b develop git@github.com:username/folder.git
728x90