mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fork: original->upstream in docs
This commit is contained in:
parent
ddfd3d9752
commit
04b63cbc10
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-FORK" "1" "April 2015" "" ""
|
||||
.TH "GIT\-FORK" "1" "August 2015" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-fork\fR \- Fork a repo on github
|
||||
|
|
@ -19,7 +19,7 @@ forks the repo on github
|
|||
clones the repo into the current dir
|
||||
.
|
||||
.IP "3." 4
|
||||
adds the original repo as a remote
|
||||
adds the original repo as a remote called upstream
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
|
|
@ -62,8 +62,8 @@ $ cd expect\.js && git remote \-v
|
|||
|
||||
origin git@github\.com:<user>/expect\.js (fetch)
|
||||
origin git@github\.com:<user>/expect\.js (push)
|
||||
original git@github\.com:LearnBoost/expect\.js (fetch)
|
||||
original git@github\.com:LearnBoost/expect\.js (push)
|
||||
upstream git@github\.com:LearnBoost/expect\.js (fetch)
|
||||
upstream git@github\.com:LearnBoost/expect\.js (push)
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
<ol class='man-decor man-head man head'>
|
||||
<li class='tl'>git-fork(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tc'>Git Extras</li>
|
||||
<li class='tr'>git-fork(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
@ -82,9 +82,9 @@
|
|||
<p> Fork the given github repo. Like clone but forks first.</p>
|
||||
|
||||
<ol>
|
||||
<li>forks the repo on github</li>
|
||||
<li>clones the repo into the current dir</li>
|
||||
<li>adds the original repo as a remote</li>
|
||||
<li> forks the repo on github</li>
|
||||
<li> clones the repo into the current dir</li>
|
||||
<li> adds the original repo as a remote called upstream</li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
|
@ -108,13 +108,13 @@ $ cd expect.js && git remote -v
|
|||
|
||||
origin git@github.com:<user>/expect.js (fetch)
|
||||
origin git@github.com:<user>/expect.js (push)
|
||||
original git@github.com:LearnBoost/expect.js (fetch)
|
||||
original git@github.com:LearnBoost/expect.js (push)
|
||||
upstream git@github.com:LearnBoost/expect.js (fetch)
|
||||
upstream git@github.com:LearnBoost/expect.js (push)
|
||||
</code></pre>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Andrew Griffiths <<a href="mailto:mail@andrewgriffithsonline.com" data-bare-link="true">mail@andrewgriffithsonline.com</a>></p>
|
||||
<p>Written by Andrew Griffiths <<a href="mailto:mail@andrewgriffithsonline.com" data-bare-link="true">mail@andrewgriffithsonline.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ $ cd expect.js && git remote -v
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2015</li>
|
||||
<li class='tc'>August 2015</li>
|
||||
<li class='tr'>git-fork(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ git-fork(1) -- Fork a repo on github
|
|||
|
||||
1. forks the repo on github
|
||||
2. clones the repo into the current dir
|
||||
3. adds the original repo as a remote
|
||||
3. adds the original repo as a remote called upstream
|
||||
|
||||
## EXAMPLE
|
||||
|
||||
|
|
@ -31,8 +31,8 @@ git-fork(1) -- Fork a repo on github
|
|||
|
||||
origin git@github.com:<user>/expect.js (fetch)
|
||||
origin git@github.com:<user>/expect.js (push)
|
||||
original git@github.com:LearnBoost/expect.js (fetch)
|
||||
original git@github.com:LearnBoost/expect.js (push)
|
||||
upstream git@github.com:LearnBoost/expect.js (fetch)
|
||||
upstream git@github.com:LearnBoost/expect.js (push)
|
||||
|
||||
|
||||
## AUTHOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue