mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Improve man page presentation.
This commit is contained in:
parent
84699acc6e
commit
fa4c5dd456
|
|
@ -7,13 +7,19 @@
|
|||
\fBgit\-psykorebase\fR \- Rebase a branch with a merge commit
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-psykorebase\fR <target_branch> [<feature_branch>] [\-\-no\-ff] \fBgit\-psykorebase\fR \-\-continue
|
||||
\fBgit\-psykorebase\fR <target_branch> [<feature_branch>] [\-\-no\-ff]
|
||||
.
|
||||
.P
|
||||
\fBgit\-psykorebase\fR \-\-continue
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Rebase the \fBfeature_branch\fR on top of the \fBtarget_branch\fR, the \fBfeature_branch\fR defaults to the current one\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
\fB\-\-no\-ff\fR Force a commit message even if there are no conflicts\. \fB\-\-continue\fR Continue the rebase after conflicts have been resolved\.
|
||||
\fB\-\-no\-ff\fR Force a commit message even if there are no conflicts\.
|
||||
.
|
||||
.P
|
||||
\fB\-\-continue\fR Continue the rebase after conflicts have been resolved\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
Rebase current branch on top of master:
|
||||
|
|
@ -64,4 +70,7 @@ Based on Benoît Bryon <\fIbenoit@marmelune\.net\fR> implementation in Python\.
|
|||
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
<\fIhttps://github\.com/tj/git\-extras\fR> <\fIhttps://github\.com/benoitbryon/psykorebase\fR>
|
||||
<\fIhttps://github\.com/tj/git\-extras\fR>
|
||||
.
|
||||
.P
|
||||
<\fIhttps://github\.com/benoitbryon/psykorebase\fR>
|
||||
|
|
|
|||
|
|
@ -76,8 +76,9 @@
|
|||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-psykorebase</code> <target_branch> [<feature_branch>] [--no-ff]
|
||||
<code>git-psykorebase</code> --continue</p>
|
||||
<p><code>git-psykorebase</code> <target_branch> [<feature_branch>] [--no-ff]</p>
|
||||
|
||||
<p><code>git-psykorebase</code> --continue</p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
|
|
@ -86,8 +87,9 @@
|
|||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> <code>--no-ff</code> Force a commit message even if there are no conflicts.
|
||||
<code>--continue</code> Continue the rebase after conflicts have been resolved.</p>
|
||||
<p> <code>--no-ff</code> Force a commit message even if there are no conflicts.</p>
|
||||
|
||||
<p> <code>--continue</code> Continue the rebase after conflicts have been resolved.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
@ -108,9 +110,9 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Rémy Hubscher <<a href="mailto:rhubscher@mozilla.com" data-bare-link="true">rhubscher@mozilla.com</a>></p>
|
||||
<p>Written by Rémy Hubscher <<a href="mailto:rhubscher@mozilla.com" data-bare-link="true">rhubscher@mozilla.com</a>></p>
|
||||
|
||||
<p>Based on Benoît Bryon <<a href="mailto:benoit@marmelune.net" data-bare-link="true">benoit@marmelune.net</a>> implementation in
|
||||
<p>Based on Benoît Bryon <<a href="mailto:benoit@marmelune.net" data-bare-link="true">benoit@marmelune.net</a>> implementation in
|
||||
Python.</p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
|
@ -119,8 +121,9 @@ Python.</p>
|
|||
|
||||
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
||||
|
||||
<p><<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>>
|
||||
<<a href="https://github.com/benoitbryon/psykorebase" data-bare-link="true">https://github.com/benoitbryon/psykorebase</a>></p>
|
||||
<p><<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>></p>
|
||||
|
||||
<p><<a href="https://github.com/benoitbryon/psykorebase" data-bare-link="true">https://github.com/benoitbryon/psykorebase</a>></p>
|
||||
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ git-psykorebase(1) -- Rebase a branch with a merge commit
|
|||
## SYNOPSIS
|
||||
|
||||
`git-psykorebase` <target_branch> [<feature_branch>] [--no-ff]
|
||||
|
||||
`git-psykorebase` --continue
|
||||
|
||||
## DESCRIPTION
|
||||
|
|
@ -14,6 +15,7 @@ Rebase the `feature_branch` on top of the `target_branch`, the
|
|||
## OPTIONS
|
||||
|
||||
`--no-ff` Force a commit message even if there are no conflicts.
|
||||
|
||||
`--continue` Continue the rebase after conflicts have been resolved.
|
||||
|
||||
## EXAMPLES
|
||||
|
|
@ -44,4 +46,5 @@ Python.
|
|||
## SEE ALSO
|
||||
|
||||
<<https://github.com/tj/git-extras>>
|
||||
|
||||
<<https://github.com/benoitbryon/psykorebase>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue