어느 repository에 있는 특정 폴더 하나만 clone하고 싶을 때!!
mkdir 폴더이름 cd 폴더이름
.git
git init
git remote add -f origin 저장소URL
echo 특정폴더이름 >> .git/info/sparse-checkout
pull
git pull origin main
끝!! 간단하죵?