On 2025/04/13 04:45 PM, deloptes via tde-devels wrote:
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-ChangingUrlsOfGitSubmodule…
but it says .gitmodules needs to be pushed to GIT as well and it doesn't
work for me
thank you in advance
Hi Emanoil,
You don't need to changegit submodules but rather the remote origin.
Use `git remote -vv` to see you current remote path, then you can remove the exiting one
and add back a new one with the
path in gitea, something like
"gitea@mirror.git.trinitydesktop.org:TDE/tdebase.git" for example.
Cheers
Michele