How do I disable git-lfs?
Update current commit only If you want to move off LFS, but are not so worried about fixing the entire git history, you can do the following; git lfs uninstall touch **/* git commit -a This will uninstall LFS support, touch every single file (so that git recognises that is has changed) then commit them … Read more