I'm getting this error doing a git pull
:
fatal: cannot rebase with locally recorded submodule modifications
Googling for this error message essentially no results! That was a first for me.
You can see this error in the git source control here (to verify it is a real error), https://github.com/git/git/blob/master/builtin/pull.c#L961
I tried deleting all the submodules in the project, re-init'ing them, etc and nothing will let me do a git pull
on the master branch.