Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active September 25, 2015 14:25
Show Gist options
  • Save sirkirby/9063007 to your computer and use it in GitHub Desktop.
Save sirkirby/9063007 to your computer and use it in GitHub Desktop.
clone team project with git-tf
:: 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
@sirkirby
Copy link
Author

sirkirby commented Jun 6, 2014

For branches with a space in their names, just put your query in quotes. "$MyBigProject/My Main Branch"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment