git lfs
https://www.atlassian.com/git/tutorials/git-lfs Git LFS - large file storage | Atlassian Git Tutorial Git LFS is a Git extension that improves handling of large files by lazily downloading the needed versions during checkout, rather than during clone/fetch. www.atlassian.com 큰 파일을 반복적으로 수정하고 커밋하면 레포지토리 사이즈가 엄청 커지고 느려짐. .git에 모든 커밋들의 파일이 압축 저장되어 있기 때문. # git lfs 테스트 환경 * 깃 클라이언트 docker run -it gi..
Programming tips/tools
2020. 3. 31. 15:06