archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
151 stars 52 forks source link

[question] Is there a way to change remote git repo URL #190

Closed WatchTh1 closed 2 years ago

WatchTh1 commented 2 years ago

For example i'd like to switch between SSH and HTTPS protocols due some issues, time to time. Is there a way do this with archi colab. Old URL: ssh://git@mysite.org/project/repo.git New URL: https://mysite.org/project/repo.git

There's workaround to switch git remote within model repo folder, bu I don't know if this would work correctly.

Phillipus commented 2 years ago

Edit the .git/config file