forked from git-tfs/git-tfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Unshelve
pmiossec edited this page Apr 5, 2013
·
2 revisions
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.
git tfs unshelve MyShelvesetName MyBranch
git tfs unshelve -u UserName MyShelvesetName MyBranch