I used git-tfs with TFS2012 for a while, but recently we migrated to TFS2013 and the TFS address has changed.
I can't seem to do git tfs checkin
any more as it tries to send changes to the old address.
I updated the url in .git\config
, cleared TFS cache, but git-tfs still tries to checkin using the old address and appends new tfs-remote
with the old url to the config file every time I try to do it.
How can I make it to checkin to the new url?