I have a git LFS repository checked out. All the binaries are pointers. I pulled the real binaries with:
git lfs pull --include some/binaries
I used the binaries and now I would like to "unpull" the binaries and convert them to the pointers again, so I can reclaim the disk space.
I didn't find any suitable command to do that, and mangling with .git/lfs/objects
plus hard resets make me nervous.
Question: How to convert the tracked binaries back to pointers?
Edit:
- I just found an open feature request for that: "Add command to undo fetch and checkout"