I\'ve created a git repository with a submodule in it. I\'m able to tell the submodule itself to change its remote repository path, but I\'m not sure how to tell the parent
git config --file=.gitmodules -e opens the default editor in which you can update the path
git config --file=.gitmodules -e