mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Correcting typos Compiled latest documentation Applying changes from delete-tag to delete-branch for consistency Removed unnecessary string quotes (thanks `git` ref design) and everything works Tags are not being found with string concatenation Updated delete-tag to accept multiple tags Corrections for delete-branch Updating docs for delete-tag Added 'Todd Wolfson' to AUTHORS Updated documentation for delete-branch Moved deletions to concatenate strings and delete in one fell swoop Reworking delete-branch to delete multiple branches in series
599 B
599 B
git-delete-tag(1) -- Delete tags
SYNOPSIS
git-delete-tag <tagname>
DESCRIPTION
Deletes local and remote tag named <tagname>.
OPTIONS
<tagname>
The name of the tag to delete. If multiple tags are provided, then they will all be deleted.
EXAMPLES
$ git delete-tag 0.0.1
$ git delete-tag 0.0.1 0.0.2
AUTHOR
Written by Tj Holowaychuk <tj@vision-media.ca>
REPORTING BUGS
<https://github.com/visionmedia/git-extras/issues>