본문 바로가기
Programming/IDE

git 원하는 폴더 clone하기

by peter paak 2019. 11. 20.
728x90
git init
git config core.sparseCheckout true
git remote add origin 리포지토리 주소
echo 파일경로/* >> .git/info/sparse-checkout
git pull origin master
728x90