I have a project where I added a git submodule to a fork of a repo that is out of date. Rather than pointing to that fork, I decided to change the submodule reference to point to the original repo instead.
I edited the .gitmodules
file to reflect the new reference and ran git submodule init
and git submodule update --recursive
however there is no effect, am I missing a step here?