From 04b63cbc10b65a90194305b90fe3668f8edcb02c Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Tue, 4 Aug 2015 19:53:49 +0200 Subject: [PATCH] fork: original->upstream in docs --- man/git-fork.1 | 8 ++++---- man/git-fork.html | 16 ++++++++-------- man/git-fork.md | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/man/git-fork.1 b/man/git-fork.1 index 119f40b..cb78cb0 100644 --- a/man/git-fork.1 +++ b/man/git-fork.1 @@ -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:/expect\.js (fetch) origin git@github\.com:/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 . diff --git a/man/git-fork.html b/man/git-fork.html index 6ff3161..69e36d4 100644 --- a/man/git-fork.html +++ b/man/git-fork.html @@ -64,7 +64,7 @@
  1. git-fork(1)
  2. -
  3. +
  4. Git Extras
  5. git-fork(1)
@@ -82,9 +82,9 @@

Fork the given github repo. Like clone but forks first.

    -
  1. forks the repo on github
  2. -
  3. clones the repo into the current dir
  4. -
  5. adds the original repo as a remote
  6. +
  7. forks the repo on github
  8. +
  9. clones the repo into the current dir
  10. +
  11. adds the original repo as a remote called upstream
@@ -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)

AUTHOR

-

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

+

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

REPORTING BUGS

@@ -127,7 +127,7 @@ $ cd expect.js && git remote -v
  1. -
  2. April 2015
  3. +
  4. August 2015
  5. git-fork(1)
diff --git a/man/git-fork.md b/man/git-fork.md index c9f14a7..4b9708b 100644 --- a/man/git-fork.md +++ b/man/git-fork.md @@ -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:/expect.js (fetch) origin git@github.com:/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