Programming/Git

[Git] 특정 branch clone하기

회색거북이 2022. 8. 9. 10:40
// 실제로 사용할 때는 "" 생략

git clone "git https 주소" -b "branch 이름"