What does git lfs migrate do?

The only problem is that the original git-objects of the binary files are still in the .git folder because you didn’t garbage-collected them. You should follow the git lfs migration tutorial which explains: The above successfully converts pre-existing git objects to lfs objects. However, the regular objects still persist in the .git directory. These will … Read more