본문 바로가기

CI & CD/Git

[Git] 특정 branch 만 git clone 하기

728x90
git clone -b {branch_name} --single-branch {저장소 URL}
반응형