b9265d0e97
* All file names are lowercase. * All command docs are in the `commands/` directory. * A couple of useless files are gone.
372 B
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