내 세상

[Git] 특정 branch만 clone하는 명령어 본문

Technical/etc

[Git] 특정 branch만 clone하는 명령어

sga8 2022. 2. 25. 13:40
728x90
반응형
 git clone -b master --single-branch http://abc.com/test.git

 

위와 같은 형태로 사용함.

 

git clone -b [branch_name] --single-branch [git_url]

728x90
반응형