Next: , Up: Miscellaneous   [Contents][Index]


8.1 Tagging

Also see the git-tag(1) manpage.

t     (magit-tag-popup)

This prefix command shows the following suffix commands along with the appropriate infix arguments in a popup buffer.

t t     (magit-tag)

Create a new tag with the given NAME at REV. With a prefix argument annotate the tag.

t k     (magit-tag-delete)

Delete one or more tags. If the region marks multiple tags (and nothing else), then offer to delete those. Otherwise, prompt for a single tag to be deleted, defaulting to the tag at point.

t p     (magit-tag-prune)

Offer to delete tags missing locally from REMOTE, and vice versa.