Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Last active January 30, 2018 16:40
Show Gist options
  • Save mikaelkrief/9cd9e6c3ad97418071ccc2b399b49dc5 to your computer and use it in GitHub Desktop.
Save mikaelkrief/9cd9e6c3ad97418071ccc2b399b49dc5 to your computer and use it in GitHub Desktop.
Script Git synchro VSTS TFS
git remote add VSTS https://youruser:$(vstsToken)@$(vstsRepoUri)
git pull VSTS releaseToTFS --allow-unrelated-histories
git push origin head:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment