mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
38 lines
716 B
Groff
38 lines
716 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-DELETE\-TAG" "1" "December 2015" "" ""
|
|
.
|
|
.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/tj/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttps://github\.com/tj/git\-extras\fR>
|