Created
June 4, 2024 21:16
-
-
Save thomasnield/b596fed6f4a52d0b7d9e4d87e2414f9d to your computer and use it in GitHub Desktop.
Git LFS Migate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/git/my_project_with_large_files | |
git lfs install | |
git lfs migrate import --include="*.pptx, *.pdf" --everything | |
git lfs ls-files | |
git push --all --force | |
# https://josh-ops.com/posts/migrate-to-git-lfs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment