Last active
January 30, 2018 16:40
-
-
Save mikaelkrief/9cd9e6c3ad97418071ccc2b399b49dc5 to your computer and use it in GitHub Desktop.
Script Git synchro VSTS TFS
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 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