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
38 lines
735 B
Groff
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>
|