Skip to content

Instantly share code, notes, and snippets.

@iambacon
Last active September 29, 2016 08:56
Show Gist options
  • Save iambacon/7f7bd6e86b4e0a5e15e5 to your computer and use it in GitHub Desktop.
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/
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