On 2021/10/20 05:31 AM, deloptes wrote:
Hi,
I wonder why I have the remote.origin.url set
to "https://system@scm.trinitydesktop.org/scm/git"
How can I change this in mass? Or should I change it at all.
Now each time I work on something I have to do
git remote set-url origin
https://mirror.git.trinitydesktop.org/gitea/TDE/<whatever>
PS: I know what
scm.trinitydesktop.org is. I just don't know why it is there
Hi Emanoil,
git remote rm origin
git remote add origin <new url>
Definitely change to TGW url :-)
Cheers
Michele