I am working against the customer's on premises TFS server using the git-tfs bridge. Yesterday they migrated their installation to a new version + changed the URL of the server, migrating all the history and the work items to a new instance.
Is there a way to remap my existing git repository to the new default remote?
I tried to manually edit the url property of the [tfs-remote "default"] so it points to the new address and run every possible cleanup*
command. However, on a fetch attempt there is a bootstrapping process adding a new tfs-remote with the old URL to the config file.