diff --git a/Readme.md b/Readme.md index 6feb404..fdf1411 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ $ make install One-liner: ```bash -$ (cd /tmp && git clone --depth 1 https://github.com/visionmedia/git-extras.git && cd git-extras && sudo make install) +$ (cd /tmp && git clone --depth 1 https://github.com/tj/git-extras.git && cd git-extras && sudo make install) ``` [MacPorts](http://www.macports.org/) @@ -690,7 +690,7 @@ Checks out a pull request from GitHub ```bash $ git pr 226 -From https://github.com/visionmedia/git-extras +From https://github.com/tj/git-extras * [new ref] refs/pulls/226/head -> pr/226 Switched to branch 'pr/226' ``` diff --git a/bin/git-extras b/bin/git-extras index febeb0e..3bb7c28 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -9,7 +9,7 @@ update() { cd /tmp \ && rm -fr ./git-extras \ - && git clone --depth 1 https://github.com/visionmedia/git-extras.git \ + && git clone --depth 1 https://github.com/tj/git-extras.git \ && cd git-extras \ && PREFIX="$prefix" make install \ && cd "$orig" \ diff --git a/man/Readme.md b/man/Readme.md index ae22f47..4a650b6 100644 --- a/man/Readme.md +++ b/man/Readme.md @@ -57,8 +57,8 @@ Shell Script by Nick Lombard <> ## REPORTING BUGS -<> +<> ## SEE ALSO -<> +<> diff --git a/man/git-alias.1 b/man/git-alias.1 index 1c1cc42..6d4a300 100644 --- a/man/git-alias.1 +++ b/man/git-alias.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 -.\" https://github.com/rtomayko/ronn/tree/0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-ALIAS" "1" "July 2012" "" "" +.TH "GIT\-ALIAS" "1" "November 2014" "" "" . .SH "NAME" \fBgit\-alias\fR \- Define, search and show aliases @@ -78,7 +78,7 @@ whois = !sh \-c \'git log \-i \-1 \-\-pretty="format:%an <%ae> Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR> . .SH "REPORTING BUGS" -<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +<\fIhttps://github\.com/tj/git\-extras/issues\fR> . .SH "SEE ALSO" -<\fIhttp://github\.com/visionmedia/git\-extras\fR> +<\fIhttps://github\.com/tj/git\-extras\fR> diff --git a/man/git-alias.html b/man/git-alias.html index 7de2857..a290ddd 100644 --- a/man/git-alias.html +++ b/man/git-alias.html @@ -2,7 +2,7 @@ - + git-alias(1) - Define, search and show aliases - - - -
- - - -
    -
  1. git-fork(1)
  2. -
  3. -
  4. git-fork(1)
  5. -
- -

NAME

-

- git-fork - Fork a repo on github -

- -

SYNOPSIS

- -

git-fork [<github-repo-url>]

- -

DESCRIPTION

- -

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. -
- - -

EXAMPLE

- -

Fork expect.js:

- -
$ git fork https://github.com/LearnBoost/expect.js
-
- -

or just:

- -
$ git fork LearnBoost/expect.js
-
- -

Then:

- -
$ ..<forks into your github profile and clones repo locally to expect.js dir>...
-
-$ 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)
-
- -

AUTHOR

- -

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

- -

REPORTING BUGS

- -

<https://github.com/visionmedia/git-extras/issues>

- -

SEE ALSO

- -

<https://github.com/visionmedia/git-extras>

- - -
    -
  1. -
  2. July 2014
  3. -
  4. git-fork(1)
  5. -
- -
- - diff --git a/man/git-fork.html b/man/git-fork.html index f4fbbe2..9fec719 100644 --- a/man/git-fork.html +++ b/man/git-fork.html @@ -114,20 +114,20 @@ $ cd expect.js && git remote -v

AUTHOR

-

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

+

Written by Andrew Griffiths <mail@andrewgriffithsonline.com>

REPORTING BUGS

-

<https://github.com/visionmedia/git-extras/issues>

+

<https://github.com/tj/git-extras/issues>

SEE ALSO

-

<https://github.com/visionmedia/git-extras>

+

<https://github.com/tj/git-extras>

  1. -
  2. October 2014
  3. +
  4. November 2014
  5. git-fork(1)
diff --git a/man/git-fork.md b/man/git-fork.md index bfc1cdb..c9f14a7 100644 --- a/man/git-fork.md +++ b/man/git-fork.md @@ -41,8 +41,8 @@ Written by Andrew Griffiths <> ## REPORTING BUGS -<> +<> ## SEE ALSO -<> +<> diff --git a/man/git-fresh-branch.1 b/man/git-fresh-branch.1 index 18eca04..090e3e9 100644 --- a/man/git-fresh-branch.1 +++ b/man/git-fresh-branch.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 -.\" https://github.com/rtomayko/ronn/tree/0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-FRESH\-BRANCH" "1" "July 2012" "" "" +.TH "GIT\-FRESH\-BRANCH" "1" "November 2014" "" "" . .SH "NAME" \fBgit\-fresh\-branch\fR \- Create fresh branches @@ -30,7 +30,7 @@ $ git fresh\-branch docs Written by Kenneth Reitz <\fIme@kennethreitz\.com\fR> . .SH "REPORTING BUGS" -<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +<\fIhttps://github\.com/tj/git\-extras/issues\fR> . .SH "SEE ALSO" -<\fIhttp://github\.com/visionmedia/git\-extras\fR> +<\fIhttps://github\.com/tj/git\-extras\fR> diff --git a/man/git-fresh-branch.html b/man/git-fresh-branch.html index a826a6a..2ca3b3a 100644 --- a/man/git-fresh-branch.html +++ b/man/git-fresh-branch.html @@ -2,7 +2,7 @@ - + git-fresh-branch(1) - Create fresh branches