Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 554 Bytes

shelve-delete.md

File metadata and controls

22 lines (15 loc) · 554 Bytes

Summary

Deletes a TFS shelveset for the current user.

Usage: git-tfs shelve-delete <shelveset-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

Examples

Delete a shelveset.

git tfs shelve-delete "feature-reset-password"

See also