Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoon Van <cog@randomecho.com>2012-12-04 07:56:49 +0400
committerSoon Van <cog@randomecho.com>2012-12-04 07:56:49 +0400
commit3de81653fa7560ff5f4aa74eb87d7bd9a31ef4be (patch)
treeda9e6698b1df408c387863b4349b64fac729ba0c /remotes
parentb4179f860907d17391bf7cc91381af197b630521 (diff)
Update progit.org links to git-scm.com book version
Quickening event to redirect the links that used to be at progit.org to their new home at the git-scm.com book section. Deals with the English language links only.
Diffstat (limited to 'remotes')
-rw-r--r--remotes/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/remotes/index.html b/remotes/index.html
index 62a1531..abe0b10 100644
--- a/remotes/index.html
+++ b/remotes/index.html
@@ -5,7 +5,7 @@ layout: reference
<div class="box">
<h2>
<span class="docs">
- <a target="new" href="http://progit.org/book/ch2-5.html">book</a>
+ <a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes">book</a>
</span>
Sharing and Updating Projects
</h2>
@@ -44,7 +44,7 @@ layout: reference
<h2>
<span class="docs">
<a target="new" href="http://git-scm.com/docs/git-remote">docs</a> &nbsp;
- <a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">book</a>
+ <a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Showing-Your-Remotes">book</a>
</span>
<a name="remote">git remote</a>
<span class="desc">list, add and delete remote repository aliases</span>
@@ -160,7 +160,7 @@ github git@github.com:schacon/hw.git (push)
<h2>
<span class="docs">
<a target="new" href="http://git-scm.com/docs/git-fetch">docs</a> &nbsp;
- <a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">book</a>
+ <a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Fetching-and-Pulling-from-Your-Remotes">book</a>
</span>
<a name="fetch">git fetch</a>
<span class="desc">download new branches and data from a remote repository</span>
@@ -171,7 +171,7 @@ github git@github.com:schacon/hw.git (push)
<h2>
<span class="docs">
<a target="new" href="http://git-scm.com/docs/git-pull">docs</a> &nbsp;
- <a target="new" href="http://progit.org/book/">book</a>
+ <a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Fetching-and-Pulling-from-Your-Remotes">book</a>
</span>
<a name="pull">git pull</a>
<span class="desc">fetch from a remote repo and try to merge into the current branch</span>
@@ -255,7 +255,7 @@ From github.com:schacon/hw
<h2>
<span class="docs">
<a target="new" href="http://git-scm.com/docs/git-push">docs</a> &nbsp;
- <a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">book</a>
+ <a target="new" href="http://git-scm.com/book/en/Git-Basics-Working-with-Remotes#Pushing-to-Your-Remotes">book</a>
</span>
<a name="push">git push</a>
<span class="desc">push your new branches and data to a remote repository</span>