Tool/Git
[Git] 특정 브랜치(branch)만 clone하기
minjoony
2021. 2. 17. 13:11
728x90
git clone -b [branch_name] --single-branch [repository URL]
ex) git clone -b v.1.0.1 --single-branch https://github.com/artiiicy/UNet
728x90