Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 387 Bytes

Howto Remove Git LFS.md

File metadata and controls

17 lines (12 loc) · 387 Bytes
created authors
2024-12-15
rufuspollock

Howto Remove Git LFS

Best reference so far is https://stackoverflow.com/questions/48699293/how-do-i-disable-git-lfs

In summary:

git lfs migrate export --include="*" --everything
git lfs uninstall

Then you need to force push over current repo or push to a new one ... (you'll have rewritten git history this way)