Unshelves a TFS shelveset into a Git branch.
Usage: git-tfs unshelve -u <shelve-owner-name> <shelve-name> <git-branch-name>
-h, -H, --help
-V, --version
-d, --debug Show debug output about everything git-tfs does
-i, --tfs-remote, --remote, --id=VALUE
The remote ID of the TFS to interact with
default: default
-u, --user=VALUE Shelveset owner (default: current user)
Use 'all' to search all shelvesets.
-b, --branch=VALUE Git branch to branch from (default: TFS default branch)
Used to work with TFS Branches in the Git
repository. Shelfset becomes a branch of
the virtual TFS branch in GIT.
git tfs unshelve MyShelvesetName MyBranch
git tfs unshelve -u UserName MyShelvesetName MyBranch