Update man pages

This commit is contained in:
Mark Pitman 2017-07-12 00:53:44 -07:00
parent ab6c51bb8f
commit 4dc76ef81b
15 changed files with 176 additions and 38 deletions

View file

@ -1,24 +1,33 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-BUG" "1" "December 2015" "" ""
.TH "GIT\-BUG" "1" "July 2017" "" ""
.
.SH "NAME"
\fBgit\-bug\fR \- Create bug branch
.
.SH "SYNOPSIS"
\fBgit\-bug\fR [finish] <name>
\fBgit\-bug\fR [\-r|\-\-remote [remote_name]] [finish] <name>
.
.SH "DESCRIPTION"
Create the given bug branch
.
.SH "OPTIONS"
<\-r|\-\-remote [remote_name]>
.
.P
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
.
.P
<finish>
.
.P
Merge and delete the bug branch\.
.
.P
<\-r
.
.P
<name>
.
.P
@ -34,12 +43,17 @@ $ git commit \-m "Some changes"
\.\.\.
$ git checkout master
$ git bug finish bug\-123456
$ git bug \-r 12345
.
.fi
.
.SH "AUTHOR"
Written by Jesús Espino <\fIjespinog@gmail\.com\fR>
.
.br
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-bug</code> [finish] &lt;name&gt;</p>
<p><code>git-bug</code> [-r|--remote [remote_name]] [finish] &lt;name&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -84,10 +84,16 @@
<h2 id="OPTIONS">OPTIONS</h2>
<p> &lt;-r|--remote [remote_name]&gt;</p>
<p> Setup a remote tracking branch using <code>remote_name</code>. If <code>remote_name</code> is not supplied, use <code>origin</code> by default.</p>
<p> &lt;finish&gt;</p>
<p> Merge and delete the bug branch.</p>
<p> &lt;-r</p>
<p> &lt;name&gt;</p>
<p> The name of the bug branch.</p>
@ -100,11 +106,14 @@ $ git commit -m "Some changes"
...
$ git checkout master
$ git bug finish bug-123456
$ git bug -r 12345
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Jesús Espino &lt;<a href="&#x6d;&#97;&#x69;&#x6c;&#116;&#111;&#x3a;&#x6a;&#101;&#115;&#x70;&#105;&#110;&#111;&#x67;&#64;&#x67;&#109;&#97;&#105;&#x6c;&#46;&#x63;&#111;&#x6d;" data-bare-link="true">&#106;&#101;&#x73;&#112;&#x69;&#110;&#x6f;&#x67;&#x40;&#x67;&#x6d;&#x61;&#105;&#108;&#46;&#99;&#x6f;&#109;</a>&gt;</p>
<p>Written by Jesús Espino &lt;<a href="&#109;&#x61;&#x69;&#x6c;&#116;&#x6f;&#x3a;&#106;&#x65;&#115;&#x70;&#105;&#x6e;&#111;&#103;&#64;&#103;&#x6d;&#97;&#x69;&#x6c;&#46;&#x63;&#111;&#x6d;" data-bare-link="true">&#106;&#101;&#x73;&#112;&#x69;&#x6e;&#111;&#103;&#x40;&#103;&#109;&#97;&#x69;&#108;&#x2e;&#x63;&#x6f;&#109;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#x6d;&#x61;&#105;&#x6c;&#x74;&#111;&#58;&#x6d;&#x61;&#114;&#107;&#x2e;&#x70;&#105;&#116;&#x6d;&#97;&#x6e;&#64;&#x67;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#99;&#x6f;&#x6d;" data-bare-link="true">&#109;&#97;&#x72;&#x6b;&#46;&#x70;&#105;&#x74;&#x6d;&#97;&#110;&#64;&#103;&#x6d;&#97;&#105;&#x6c;&#46;&#x63;&#111;&#x6d;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -117,7 +126,7 @@ $ git bug finish bug-123456
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>July 2017</li>
<li class='tr'>git-bug(1)</li>
</ol>

View file

@ -3,7 +3,7 @@ git-bug(1) -- Create bug branch
## SYNOPSIS
`git-bug` [finish] &lt;name&gt;
`git-bug` [-r|--remote [remote_name]] [finish] &lt;name&gt;
## DESCRIPTION
@ -11,10 +11,16 @@ git-bug(1) -- Create bug branch
## OPTIONS
&lt;-r|--remote [remote_name]&gt;
Setup a remote tracking branch using `remote_name`. If `remote_name` is not supplied, use `origin` by default.
&lt;finish&gt;
Merge and delete the bug branch.
&lt;-r
&lt;name&gt;
The name of the bug branch.
@ -28,9 +34,12 @@ git-bug(1) -- Create bug branch
$ git checkout master
$ git bug finish bug-123456
$ git bug -r 12345
## AUTHOR
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Modified by Mark Pitman &lt;<mark.pitman@gmail.com>&gt;
## REPORTING BUGS

View file

@ -1,18 +1,24 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-CHORE" "1" "December 2015" "" ""
.TH "GIT\-CHORE" "1" "July 2017" "" ""
.
.SH "NAME"
\fBgit\-chore\fR \- Create chore branch
.
.SH "SYNOPSIS"
\fBgit\-chore\fR [finish] <name>
\fBgit\-chore\fR [\-r|\-\-remote [remote_name]] [finish] <name>
.
.SH "DESCRIPTION"
Create the given chore branch
.
.SH "OPTIONS"
<\-r|\-\-remote [remote_name]>
.
.P
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
.
.P
<finish>
.
.P
@ -34,12 +40,17 @@ $ git commit \-m "Some changes"
\.\.\.
$ git checkout master
$ git chore finish chore\-123456
$ git chore \-r upstream 123456
.
.fi
.
.SH "AUTHOR"
Written by Chris Hall <\fIchristopher\.k\.hall@gmail\.com\fR> from bug/feature/refactor commands originally written by Jesús Espino <\fIjespinog@gmail\.com\fR>
.
.br
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-chore</code> [finish] &lt;name&gt;</p>
<p><code>git-chore</code> [-r|--remote [remote_name]] [finish] &lt;name&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -84,6 +84,10 @@
<h2 id="OPTIONS">OPTIONS</h2>
<p> &lt;-r|--remote [remote_name]&gt;</p>
<p> Setup a remote tracking branch using <code>remote_name</code>. If <code>remote_name</code> is not supplied, use <code>origin</code> by default.</p>
<p> &lt;finish&gt;</p>
<p> Merge and delete the chore branch.</p>
@ -100,11 +104,14 @@ $ git commit -m "Some changes"
...
$ git checkout master
$ git chore finish chore-123456
$ git chore -r upstream 123456
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Chris Hall &lt;<a href="&#x6d;&#97;&#x69;&#108;&#x74;&#111;&#58;&#x63;&#104;&#x72;&#105;&#x73;&#x74;&#x6f;&#x70;&#x68;&#x65;&#114;&#46;&#107;&#46;&#x68;&#97;&#108;&#108;&#x40;&#103;&#x6d;&#97;&#105;&#x6c;&#x2e;&#99;&#x6f;&#x6d;" data-bare-link="true">&#x63;&#x68;&#x72;&#x69;&#115;&#116;&#x6f;&#x70;&#x68;&#101;&#114;&#46;&#107;&#46;&#x68;&#97;&#108;&#108;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#x63;&#x6f;&#x6d;</a>&gt; from bug/feature/refactor commands originally written by Jesús Espino &lt;<a href="&#x6d;&#97;&#105;&#x6c;&#116;&#111;&#58;&#106;&#101;&#x73;&#x70;&#105;&#x6e;&#111;&#103;&#x40;&#103;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#106;&#101;&#115;&#x70;&#105;&#x6e;&#111;&#103;&#x40;&#x67;&#109;&#x61;&#x69;&#108;&#46;&#99;&#111;&#109;</a>&gt;</p>
<p>Written by Chris Hall &lt;<a href="&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;&#58;&#x63;&#x68;&#114;&#x69;&#115;&#x74;&#111;&#112;&#x68;&#x65;&#x72;&#46;&#107;&#46;&#104;&#97;&#108;&#108;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x63;&#104;&#114;&#105;&#x73;&#116;&#x6f;&#x70;&#104;&#101;&#114;&#x2e;&#x6b;&#x2e;&#104;&#x61;&#x6c;&#108;&#x40;&#x67;&#109;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#109;</a>&gt; from bug/feature/refactor commands originally written by Jesús Espino &lt;<a href="&#x6d;&#x61;&#105;&#x6c;&#x74;&#111;&#x3a;&#106;&#101;&#x73;&#112;&#105;&#x6e;&#111;&#103;&#64;&#x67;&#109;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#109;" data-bare-link="true">&#106;&#101;&#115;&#x70;&#105;&#x6e;&#111;&#x67;&#x40;&#x67;&#109;&#x61;&#x69;&#108;&#x2e;&#99;&#111;&#109;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#x6d;&#97;&#105;&#x6c;&#116;&#111;&#x3a;&#x6d;&#97;&#x72;&#x6b;&#x2e;&#x70;&#105;&#x74;&#109;&#x61;&#x6e;&#x40;&#x67;&#109;&#97;&#x69;&#108;&#x2e;&#99;&#x6f;&#109;" data-bare-link="true">&#109;&#x61;&#114;&#x6b;&#46;&#112;&#105;&#116;&#109;&#97;&#x6e;&#x40;&#x67;&#109;&#97;&#105;&#108;&#46;&#99;&#x6f;&#x6d;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -117,7 +124,7 @@ $ git chore finish chore-123456
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>July 2017</li>
<li class='tr'>git-chore(1)</li>
</ol>

View file

@ -3,7 +3,7 @@ git-chore(1) -- Create chore branch
## SYNOPSIS
`git-chore` [finish] &lt;name&gt;
`git-chore` [-r|--remote [remote_name]] [finish] &lt;name&gt;
## DESCRIPTION
@ -11,6 +11,10 @@ git-chore(1) -- Create chore branch
## OPTIONS
&lt;-r|--remote [remote_name]&gt;
Setup a remote tracking branch using `remote_name`. If `remote_name` is not supplied, use `origin` by default.
&lt;finish&gt;
Merge and delete the chore branch.
@ -28,9 +32,12 @@ git-chore(1) -- Create chore branch
$ git checkout master
$ git chore finish chore-123456
$ git chore -r upstream 123456
## AUTHOR
Written by Chris Hall &lt;<christopher.k.hall@gmail.com>&gt; from bug/feature/refactor commands originally written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Written by Chris Hall &lt;<christopher.k.hall@gmail.com>&gt; from bug/feature/refactor commands originally written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Modified by Mark Pitman &lt;<mark.pitman@gmail.com>&gt;
## REPORTING BUGS

View file

@ -1,18 +1,24 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-CREATE\-BRANCH" "1" "December 2015" "" ""
.TH "GIT\-CREATE\-BRANCH" "1" "July 2017" "" ""
.
.SH "NAME"
\fBgit\-create\-branch\fR \- Create branches
.
.SH "SYNOPSIS"
\fBgit\-create\-branch\fR <branchname>
\fBgit\-create\-branch\fR [\-r|\-\-remote [remote_name]] <branchname>
.
.SH "DESCRIPTION"
Creates local and remote branch named <branchname>\.
Creates local branch named <branchname> and optionally sets up a remote tracking branch\.
.
.SH "OPTIONS"
<\-r|\-\-remote [remote_name]>
.
.P
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
.
.P
<branchname>
.
.P
@ -23,12 +29,19 @@ The name of the branch to create\.
.nf
$ git create\-branch integration
$ git create\-branch \-r integration
$ git create\-branch \-r upstream integration
.
.fi
.
.SH "AUTHOR"
Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR>
.
.br
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.

View file

@ -76,14 +76,18 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-create-branch</code> &lt;branchname&gt;</p>
<p><code>git-create-branch</code> [-r|--remote [remote_name]] &lt;branchname&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p> Creates local and remote branch named &lt;branchname&gt;.</p>
<p> Creates local branch named &lt;branchname&gt; and optionally sets up a remote tracking branch.</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p> &lt;-r|--remote [remote_name]&gt;</p>
<p> Setup a remote tracking branch using <code>remote_name</code>. If <code>remote_name</code> is not supplied, use <code>origin</code> by default.</p>
<p> &lt;branchname&gt;</p>
<p> The name of the branch to create.</p>
@ -91,11 +95,16 @@
<h2 id="EXAMPLES">EXAMPLES</h2>
<pre><code>$ git create-branch integration
$ git create-branch -r integration
$ git create-branch -r upstream integration
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Jonhnny Weslley &lt;<a href="&#109;&#x61;&#105;&#108;&#x74;&#x6f;&#x3a;&#x6a;&#x77;&#64;&#x6a;&#x6f;&#x6e;&#104;&#110;&#x6e;&#x79;&#x77;&#x65;&#x73;&#108;&#108;&#x65;&#x79;&#46;&#x6e;&#101;&#116;" data-bare-link="true">&#106;&#119;&#64;&#106;&#x6f;&#110;&#104;&#110;&#x6e;&#121;&#x77;&#101;&#115;&#x6c;&#x6c;&#101;&#x79;&#x2e;&#x6e;&#101;&#x74;</a>&gt;</p>
<p>Written by Jonhnny Weslley &lt;<a href="&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x6a;&#119;&#x40;&#x6a;&#111;&#x6e;&#104;&#110;&#x6e;&#121;&#119;&#x65;&#x73;&#108;&#108;&#x65;&#121;&#46;&#110;&#x65;&#x74;" data-bare-link="true">&#106;&#119;&#64;&#x6a;&#x6f;&#x6e;&#104;&#x6e;&#110;&#121;&#119;&#101;&#x73;&#108;&#108;&#101;&#121;&#46;&#110;&#101;&#x74;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#x6d;&#97;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#109;&#x61;&#x72;&#107;&#x2e;&#x70;&#x69;&#x74;&#109;&#97;&#110;&#64;&#103;&#109;&#97;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x6d;&#x61;&#114;&#x6b;&#x2e;&#x70;&#105;&#x74;&#109;&#97;&#x6e;&#x40;&#x67;&#x6d;&#x61;&#105;&#x6c;&#46;&#99;&#x6f;&#109;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -108,7 +117,7 @@
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>July 2017</li>
<li class='tr'>git-create-branch(1)</li>
</ol>

View file

@ -3,14 +3,18 @@ git-create-branch(1) -- Create branches
## SYNOPSIS
`git-create-branch` &lt;branchname&gt;
`git-create-branch` [-r|--remote [remote_name]] &lt;branchname&gt;
## DESCRIPTION
Creates local and remote branch named &lt;branchname&gt;.
Creates local branch named &lt;branchname&gt; and optionally sets up a remote tracking branch.
## OPTIONS
&lt;-r|--remote [remote_name]&gt;
Setup a remote tracking branch using `remote_name`. If `remote_name` is not supplied, use `origin` by default.
&lt;branchname&gt;
The name of the branch to create.
@ -19,9 +23,14 @@ git-create-branch(1) -- Create branches
$ git create-branch integration
$ git create-branch -r integration
$ git create-branch -r upstream integration
## AUTHOR
Written by Jonhnny Weslley &lt;<jw@jonhnnyweslley.net>&gt;
Written by Jonhnny Weslley &lt;<jw@jonhnnyweslley.net>&gt;
Modified by Mark Pitman &lt;<mark.pitman@gmail.com>&gt;
## REPORTING BUGS

View file

@ -1,13 +1,13 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-FEATURE" "1" "December 2015" "" ""
.TH "GIT\-FEATURE" "1" "July 2017" "" ""
.
.SH "NAME"
\fBgit\-feature\fR \- Create/Merge feature branch
.
.SH "SYNOPSIS"
\fBgit\-feature\fR [\-a|\-\-alias branch_prefix] [finish] <name>
\fBgit\-feature\fR [\-a|\-\-alias branch_prefix] [\-r|\-\-remote [remote_name]] [finish] <name>
.
.SH "DESCRIPTION"
Create/Merge the given feature branch
@ -19,6 +19,12 @@ Create/Merge the given feature branch
use \fBbranch_prefix\fR instead of \fBfeature\fR
.
.P
<\-r|\-\-remote [remote_name]>
.
.P
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
.
.P
<finish>
.
.P
@ -46,12 +52,17 @@ $ git features dependencies
$ (features/dependencies) \.\.\.
$ (features/dependencies) git checkout master
$ git features finish dependencies
$ git feature dependencies \-r upstream
.
.fi
.
.SH "AUTHOR"
Written by Jesús Espino <\fIjespinog@gmail\.com\fR>
.
.br
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-feature</code> [-a|--alias branch_prefix] [finish] &lt;name&gt;</p>
<p><code>git-feature</code> [-a|--alias branch_prefix] [-r|--remote [remote_name]] [finish] &lt;name&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -88,6 +88,10 @@
<p> use <code>branch_prefix</code> instead of <code>feature</code></p>
<p> &lt;-r|--remote [remote_name]&gt;</p>
<p> Setup a remote tracking branch using <code>remote_name</code>. If <code>remote_name</code> is not supplied, use <code>origin</code> by default.</p>
<p> &lt;finish&gt;</p>
<p> Merge and delete the feature branch.</p>
@ -110,11 +114,14 @@ $ git features dependencies
$ (features/dependencies) ...
$ (features/dependencies) git checkout master
$ git features finish dependencies
$ git feature dependencies -r upstream
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Jesús Espino &lt;<a href="&#109;&#97;&#x69;&#108;&#x74;&#x6f;&#58;&#x6a;&#x65;&#x73;&#x70;&#x69;&#x6e;&#x6f;&#103;&#x40;&#103;&#x6d;&#97;&#105;&#x6c;&#x2e;&#99;&#x6f;&#109;" data-bare-link="true">&#106;&#x65;&#115;&#x70;&#105;&#x6e;&#x6f;&#103;&#64;&#103;&#x6d;&#97;&#105;&#x6c;&#x2e;&#x63;&#111;&#109;</a>&gt;</p>
<p>Written by Jesús Espino &lt;<a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#58;&#106;&#101;&#115;&#112;&#105;&#x6e;&#111;&#103;&#x40;&#x67;&#x6d;&#x61;&#105;&#x6c;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#106;&#101;&#x73;&#112;&#105;&#110;&#x6f;&#x67;&#64;&#x67;&#109;&#x61;&#x69;&#108;&#46;&#x63;&#111;&#109;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#x6d;&#97;&#105;&#108;&#116;&#x6f;&#58;&#109;&#97;&#114;&#x6b;&#x2e;&#112;&#x69;&#x74;&#109;&#97;&#x6e;&#64;&#x67;&#109;&#97;&#105;&#x6c;&#46;&#99;&#x6f;&#109;" data-bare-link="true">&#x6d;&#97;&#114;&#107;&#46;&#x70;&#x69;&#116;&#109;&#x61;&#110;&#x40;&#x67;&#109;&#97;&#x69;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -127,7 +134,7 @@ $ git features finish dependencies
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>July 2017</li>
<li class='tr'>git-feature(1)</li>
</ol>

View file

@ -3,7 +3,7 @@ git-feature(1) -- Create/Merge feature branch
## SYNOPSIS
`git-feature` [-a|--alias branch_prefix] [finish] &lt;name&gt;
`git-feature` [-a|--alias branch_prefix] [-r|--remote [remote_name]] [finish] &lt;name&gt;
## DESCRIPTION
@ -15,6 +15,10 @@ git-feature(1) -- Create/Merge feature branch
use `branch_prefix` instead of `feature`
&lt;-r|--remote [remote_name]&gt;
Setup a remote tracking branch using `remote_name`. If `remote_name` is not supplied, use `origin` by default.
&lt;finish&gt;
Merge and delete the feature branch.
@ -38,9 +42,12 @@ git-feature(1) -- Create/Merge feature branch
$ (features/dependencies) git checkout master
$ git features finish dependencies
$ git feature dependencies -r upstream
## AUTHOR
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Modified by Mark Pitman &lt;<mark.pitman@gmail.com>&gt;
## REPORTING BUGS

View file

@ -1,18 +1,24 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-REFACTOR" "1" "December 2015" "" ""
.TH "GIT\-REFACTOR" "1" "July 2017" "" ""
.
.SH "NAME"
\fBgit\-refactor\fR \- Create refactor branch
.
.SH "SYNOPSIS"
\fBgit\-refactor\fR [finish] <name>
\fBgit\-refactor\fR [\-r|\-\-remote [remote_name]] [finish] <name>
.
.SH "DESCRIPTION"
Create the given refactor branch
.
.SH "OPTIONS"
<\-r|\-\-remote [remote_name]>
.
.P
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
.
.P
<finish>
.
.P
@ -34,12 +40,17 @@ $ git commit \-m "Some changes"
\.\.\.
$ git checkout master
$ git refactor finish mainlib_refactor
$ $ git refactor \-r upstream mainlib_refactor
.
.fi
.
.SH "AUTHOR"
Written by Jesús Espino <\fIjespinog@gmail\.com\fR>
.
.br
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.

View file

@ -76,7 +76,7 @@
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-refactor</code> [finish] &lt;name&gt;</p>
<p><code>git-refactor</code> [-r|--remote [remote_name]] [finish] &lt;name&gt;</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -84,6 +84,10 @@
<h2 id="OPTIONS">OPTIONS</h2>
<p> &lt;-r|--remote [remote_name]&gt;</p>
<p> Setup a remote tracking branch using <code>remote_name</code>. If <code>remote_name</code> is not supplied, use <code>origin</code> by default.</p>
<p> &lt;finish&gt;</p>
<p> Merge and delete the refactor branch.</p>
@ -100,11 +104,14 @@ $ git commit -m "Some changes"
...
$ git checkout master
$ git refactor finish mainlib_refactor
$ $ git refactor -r upstream mainlib_refactor
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Jesús Espino &lt;<a href="&#109;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#106;&#x65;&#115;&#x70;&#105;&#110;&#x6f;&#x67;&#x40;&#x67;&#109;&#x61;&#105;&#108;&#x2e;&#x63;&#111;&#x6d;" data-bare-link="true">&#106;&#101;&#x73;&#x70;&#x69;&#110;&#x6f;&#x67;&#x40;&#x67;&#x6d;&#97;&#x69;&#x6c;&#x2e;&#99;&#x6f;&#x6d;</a>&gt;</p>
<p>Written by Jesús Espino &lt;<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#111;&#x3a;&#x6a;&#x65;&#115;&#x70;&#x69;&#110;&#111;&#x67;&#64;&#x67;&#109;&#97;&#x69;&#x6c;&#46;&#99;&#x6f;&#x6d;" data-bare-link="true">&#106;&#101;&#x73;&#112;&#105;&#110;&#x6f;&#103;&#x40;&#x67;&#109;&#x61;&#105;&#x6c;&#x2e;&#99;&#x6f;&#109;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#109;&#x61;&#105;&#108;&#116;&#111;&#58;&#x6d;&#97;&#x72;&#x6b;&#x2e;&#112;&#x69;&#116;&#x6d;&#x61;&#110;&#x40;&#x67;&#109;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#x6d;" data-bare-link="true">&#109;&#x61;&#114;&#107;&#46;&#112;&#x69;&#x74;&#109;&#x61;&#110;&#64;&#103;&#109;&#97;&#x69;&#x6c;&#46;&#99;&#x6f;&#109;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -117,7 +124,7 @@ $ git refactor finish mainlib_refactor
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>July 2017</li>
<li class='tr'>git-refactor(1)</li>
</ol>

View file

@ -3,7 +3,7 @@ git-refactor(1) -- Create refactor branch
## SYNOPSIS
`git-refactor` [finish] &lt;name&gt;
`git-refactor` [-r|--remote [remote_name]] [finish] &lt;name&gt;
## DESCRIPTION
@ -11,6 +11,10 @@ git-refactor(1) -- Create refactor branch
## OPTIONS
&lt;-r|--remote [remote_name]&gt;
Setup a remote tracking branch using `remote_name`. If `remote_name` is not supplied, use `origin` by default.
&lt;finish&gt;
Merge and delete the refactor branch.
@ -28,9 +32,12 @@ git-refactor(1) -- Create refactor branch
$ git checkout master
$ git refactor finish mainlib_refactor
$ $ git refactor -r upstream mainlib_refactor
## AUTHOR
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Written by Jesús Espino &lt;<jespinog@gmail.com>&gt;
Modified by Mark Pitman &lt;<mark.pitman@gmail.com>&gt;
## REPORTING BUGS