CI & CD/Git

[Git] 특정 branch 만 git clone 하기

정할매 2022. 1. 21. 16:38
728x90
git clone -b {branch_name} --single-branch {저장소 URL}
반응형