Chanho_Park

[GitHub] 특정 브랜치에서만 clone 하는 법 본문

Github

[GitHub] 특정 브랜치에서만 clone 하는 법

Chanho_Park 2022. 11. 24. 12:08
728x90
git clone -b {branch_name} --single-branch {저장소 URL}

 

git clone -b cha --single-branch https://github.com/Chan/WMS_corpor.git

 

728x90