forked from git-tfs/git-tfs
-
Notifications
You must be signed in to change notification settings - Fork 4
Shelve list
radiantmnaquin edited this page Mar 8, 2012
·
1 revision
Lists the TFS shelvesets for the given or current user.
Usage: git-tfs shelve-list -u <shelve-owner-name> [options]
-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
-s, --sort=VALUE How to sort shelvesets
date, owner, name, comment
-f, --full Detailed output
-u, --user=VALUE Shelveset owner (default: current user)
Use 'all' to get all shelvesets.
git tfs shelve-list
git tfs shelve-list --full
git tfs shelve-list --sort=date