Git
git clone 관련
최재국
2020. 12. 1. 11:57
원격저장소를 로컬저장소에 복제한다.
git clone http://~~.git
원격저장소를 로컬저장소의 test 폴더에 복제한다.
git clone http://~~.git test
git clone --mirror
git clone --single-branch
git clone --sparse