Last active
September 25, 2015 14:25
-
-
Save sirkirby/9063007 to your computer and use it in GitHub Desktop.
clone team project with git-tf
This file contains hidden or 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
:: notice the --deep argument, this is what will pull down your entire change history to your new git repo | |
git-tf clone https://myaccount.visualstudio.com/DefaultCollection $/MyBigProject/MyMainBranch --deep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For branches with a space in their names, just put your query in quotes. "$MyBigProject/My Main Branch"