Skip to content

Instantly share code, notes, and snippets.

@thomasnield
Created June 4, 2024 21:16
Show Gist options
  • Save thomasnield/b596fed6f4a52d0b7d9e4d87e2414f9d to your computer and use it in GitHub Desktop.
Save thomasnield/b596fed6f4a52d0b7d9e4d87e2414f9d to your computer and use it in GitHub Desktop.
Git LFS Migate
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