코딩기록

git/Bitbucket 깃/빗버켓 특정 브랜치만 clone 하기 본문

백엔드

git/Bitbucket 깃/빗버켓 특정 브랜치만 clone 하기

뽀짝코딩 2023. 3. 8. 10:30
728x90

git이나 Bitbucket에서 브랜치 전체를 clone하지 않고 특정 브랜치 하나만 clone하는방법.

git clone -b {branch_name} --single-branch {저장소 URL}

git clone -b targetBranch --single-branch https://suzyp@bitbucket.org/q~~~

 

반응형
Comments