mkdir test cd test
git inint
git config core.sparseCheckout true
git remote add -f origin [repo URL]
echo "[clone하고자 하는 폴더 경로]"> .git/info/sparse-checkout
git pull origin master
출처