mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Update docs to match git-delete-merged-branches behavior
This commit is contained in:
parent
36596a33b3
commit
fb779658e3
|
|
@ -1,22 +1,16 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-DELETE\-MERGED\-BRANCHES" "1" "November 2012" "" "Git Extras"
|
||||
.TH "GIT\-DELETE\-MERGED\-BRANCHES" "1" "July 2014" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-delete\-merged\-branches\fR \- Delete merged branches
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-delete\-merged\-branches\fR [\-f|\-\-force]
|
||||
\fBgit\-delete\-merged\-branches\fR
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Deletes all branches merged into current HEAD\. Does not delete \fImaster\fR, even if ran from a branch that is \fImaster\fR descendant\. Asks before deleting anything, unless it is run with \fI\-\-force\fR option\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
\-f, \-\-force
|
||||
.
|
||||
.P
|
||||
Delete merged branches without asking user for confirmation\.
|
||||
Deletes all branches merged into current HEAD\. Does not delete \fImaster\fR, even if run from a branch that is a descendant of \fImaster\fR\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@
|
|||
<a href="#NAME">NAME</a>
|
||||
<a href="#SYNOPSIS">SYNOPSIS</a>
|
||||
<a href="#DESCRIPTION">DESCRIPTION</a>
|
||||
<a href="#OPTIONS">OPTIONS</a>
|
||||
<a href="#EXAMPLES">EXAMPLES</a>
|
||||
<a href="#AUTHOR">AUTHOR</a>
|
||||
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
|
||||
|
|
@ -76,18 +75,12 @@
|
|||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-delete-merged-branches</code> [-f|--force]</p>
|
||||
<p><code>git-delete-merged-branches</code></p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p> Deletes all branches merged into current HEAD. Does not delete <em>master</em>, even if ran from a branch that is
|
||||
<em>master</em> descendant. Asks before deleting anything, unless it is run with <em>--force</em> option.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> -f, --force</p>
|
||||
|
||||
<p> Delete merged branches without asking user for confirmation.</p>
|
||||
<p> Deletes all branches merged into current HEAD. Does not delete <em>master</em>, even if run from a branch that is
|
||||
a descendant of <em>master</em>.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
@ -96,20 +89,20 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Jesús Espino <<a data-bare-link="true" href="mailto:jespinog@gmail.com">jespinog@gmail.com</a>></p>
|
||||
<p>Written by Jesús Espino <<a href="mailto:jespinog@gmail.com" data-bare-link="true">jespinog@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
<p><<a data-bare-link="true" href="https://github.com/visionmedia/git-extras/issues">https://github.com/visionmedia/git-extras/issues</a>></p>
|
||||
<p><<a href="https://github.com/visionmedia/git-extras/issues" data-bare-link="true">https://github.com/visionmedia/git-extras/issues</a>></p>
|
||||
|
||||
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
||||
|
||||
<p><<a data-bare-link="true" href="https://github.com/visionmedia/git-extras">https://github.com/visionmedia/git-extras</a>></p>
|
||||
<p><<a href="https://github.com/visionmedia/git-extras" data-bare-link="true">https://github.com/visionmedia/git-extras</a>></p>
|
||||
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>November 2012</li>
|
||||
<li class='tc'>July 2014</li>
|
||||
<li class='tr'>git-delete-merged-branches(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,18 +3,12 @@ git-delete-merged-branches(1) -- Delete merged branches
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-delete-merged-branches` [-f|--force]
|
||||
`git-delete-merged-branches`
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
Deletes all branches merged into current HEAD. Does not delete *master*, even if ran from a branch that is
|
||||
*master* descendant. Asks before deleting anything, unless it is run with _--force_ option.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
-f, --force
|
||||
|
||||
Delete merged branches without asking user for confirmation.
|
||||
Deletes all branches merged into current HEAD. Does not delete *master*, even if run from a branch that is
|
||||
a descendant of *master*.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue