Last active
September 29, 2016 08:56
-
-
Save iambacon/7f7bd6e86b4e0a5e15e5 to your computer and use it in GitHub Desktop.
TFS power tools command to migrate a shelveset from one branch to another. Guide: http://benjii.me/2014/04/move-shelveset-to-different-branch-in-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
tfpt unshelve /migrate /source:"$/ProjectName/Branch" /target:"$/ProjectName/Targetbranch" "My Shelveset Name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment