
How to unshelve into another Branch using Team Foundation Power Tools
This BLOG entry is just a reminder for my own usage.
Helmut, if you have different Branches and you have pending changes that should be moved from one Branch to another use this command:
tfpt unshelve /migrate "NameOfShelvset" /source:$/SourceBranchName/Directory /target:$/TargetBranchName/Directory
This helps saving energy, because I don't have to google or bing that everytime I need it.
Visual Studio Power Tools: http://msdn.microsoft.com/en-us/vstudio/bb980963.aspx
How Do I use the tfpt unshelve command: http://msdn.microsoft.com/en-us/vstudio/cc896548.aspx
+++ Helmut +++