Hi, I have in .gitmodules all submodules configured with url = https://system@scm.trinitydesktop.org/scm/git/
I want to have GITEA instead
remote.origin.url=https://mirror.git.trinitydesktop.org/gitea/TDE/
How can I change it in a safe way?
I was reading
https://www.damirscorner.com/blog/posts/20210423-ChangingUrlsOfGitSubmodules...
but it says .gitmodules needs to be pushed to GIT as well and it doesn't work for me
thank you in advance