344 B
344 B
Git LFS
Read Git Large File Storage.
After install, run this once:
git lfs install
Select the file types for Git LFS to manage:
git lfs track "*.pdf"
Make sure .gitattributes
is tracked:
git add .gitattributes
From now on, clone repository will call Git LFS if possible.