OK this is kind of an edge case, but if you have a submodule and someone upstream changes it’s name, what should you do? First you probably want to change the location of the module, so you can now just do a git mv old_name new_name and it will be correct in your directory. Then…
Tag: git
Ok got a scary message today when I tried to git push, a bad object error! Turns out that if you have git lfs (Large File Storage) turned on and you try to push and you are behind the upstream and have LFS changes, then you get this error. The solution is that you have…