I keep running into this issue where I rename a file that is being tracked under git lfs, and when I push up the change to my repo, the file is no longer being tracked by git lfs.
Does anyone know how to resolve this?
I keep running into this issue where I rename a file that is being tracked under git lfs, and when I push up the change to my repo, the file is no longer being tracked by git lfs.
Does anyone know how to resolve this?
Apparently
git add --renormalize .
resolves this issue.