Files
git-tfs/doc/specify-alternate-tfs-urls.md
Matt Burke b9265d0e97 Updated links.
* All file names are lowercase.
* All command docs are in the `commands/` directory.
* A couple of useless files are gone.
2013-06-03 10:57:51 -04:00

372 B

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