On 2025/04/13 04:45 PM, deloptes via tde-devels wrote:
Hi, I have in .gitmodules all submodules configured with url = https://system@xxxxxxxxxxxxxxxxxxxxxx/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.html 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@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:TDE/tdebase.git" for example.
Cheers Michele
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
____________________________________________________ tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx