Created
August 22, 2014 22:14
-
-
Save anonymous/7c1dd312a05f23a1fe7c to your computer and use it in GitHub Desktop.
git tfs setup from new clone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone ... | |
git tfs bootstrap // will setup the new clone to point to TFS endpoints | |
git tfs pull -I // will auto detect remote based on previous history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment