I am switching all git repos (including the surepos referenced) to another server URL. My issue is that the .gitmodules file which is part of the GIT repository is still pointing to the OLD URL.
I changed this for the most recent commit to point to the new URL, however every older branch (old releases and commits) are pointing to the OLD URL.
Is there a way to change the .gitmodules files to point to the correct URL for all commits / branches?
This is the closest i could find to solve the issue, however for me it didn't work: Git submodule url changed
This is an generic issue, I should not be the only one with it, right?
Thanks in advance for any feedback!