리눅스/Git
[Git] 특정 브랜치만 clone 하기
블랙곰
2022. 2. 21. 06:00
$ git clone -b <브랜치명> --single-branch <SSH or HTTP명>
최근 브랜치가 아닌 릴리즈된 특정 브랜치를 가져올 경우 사용한다.