You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spraints edited this page Nov 29, 2010
·
1 revision
If you upgrade TFS to 2010 (or otherwise change the server URL), you will want to tell git-tfs about the change (so that it doesn't refetch the entire repository).
git config tfs-remote.default.legacy-urls http://tfs:8080 # comma-separated list of old URLs.
git config tfs-remote.default.url http://tfs:8080/tfs/DefaultCollection # current URL.
git tfs fetch