tj.git-extras/man/git-delete-tag.1
Todd Wolfson 9b787421e7 Added multi-delete for git-delete-branch and git-delete-tag
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
2013-09-15 14:40:35 -07:00

38 lines
735 B
Groff

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-DELETE\-TAG" "1" "September 2013" "" ""
.
.SH "NAME"
\fBgit\-delete\-tag\fR \- Delete tags
.
.SH "SYNOPSIS"
\fBgit\-delete\-tag\fR <tagname>
.
.SH "DESCRIPTION"
Deletes local and remote tag named <tagname>\.
.
.SH "OPTIONS"
<tagname>
.
.P
The name of the tag to delete\. If multiple tags are provided, then they will all be deleted\.
.
.SH "EXAMPLES"
.
.nf
$ git delete\-tag 0\.0\.1
$ git delete\-tag 0\.0\.1 0\.0\.2
.
.fi
.
.SH "AUTHOR"
Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/visionmedia/git\-extras/issues\fR>
.
.SH "SEE ALSO"
<\fIhttps://github\.com/visionmedia/git\-extras\fR>