[Git] 특정 폴더만 pull 1. 폴더 생성 후 git init 2. 해당 폴더를 포함하는 git 주소 추가git remote add origin [git 주소] 3. sparse check out 사용git config core.sparsecheckout true 4. clone 할 폴더 지정echo '[폴더명]' >> .git/info/sparse-checkout 5. git pull origin master git 2024.09.26