git remote add -f origin git_url
git config core.sparseCheckout true
echo "원하는 디렉토리 경로" >> .git/info/sparse-checkout
git pull origin main
# main 은 브랜치 이름이라 각 레포에서 확인해봐야함
# origin 역시 본인이 원하는대로 바꿔쓸 수 있음
참고자료
https://askubuntu.com/questions/460885/how-to-clone-only-some-directories-from-a-git-repository
728x90
'Coding > git & linux' 카테고리의 다른 글
[Linux] file permission 리눅스 권한 변경하기 (chmod, chown) (0) | 2023.03.22 |
---|---|
[Linux] 리눅스 명령어 총 정리 (--계속 업데이트--) (0) | 2023.03.20 |
[linux] 자주쓰는 tmux 명령어 정리 (0) | 2023.01.19 |
[git] 깃허브 백업하기 (0) | 2021.07.19 |
[git] git branch (0) | 2021.07.17 |