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.
This commit is contained in:
@@ -5,7 +5,7 @@ layout: reference
|
||||
<div class="box">
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://progit.org/book/ch3-0.html">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Branching">book</a>
|
||||
</span>
|
||||
Branching and Merging
|
||||
</h2>
|
||||
@@ -39,7 +39,7 @@ layout: reference
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-branch">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch3-2.html">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Branching-What-a-Branch-Is">book</a>
|
||||
</span>
|
||||
<a name="branch">git branch</a>
|
||||
<span class="desc">list, create and manage working contexts</span>
|
||||
@@ -50,7 +50,7 @@ layout: reference
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-checkout">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch3-2.html">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging">book</a>
|
||||
</span>
|
||||
<a name="checkout">git checkout</a>
|
||||
<span class="desc">switch to a new branch context</span>
|
||||
@@ -72,7 +72,7 @@ layout: reference
|
||||
<p>Without arguments, <code>git branch</code> will list out the local
|
||||
branches that you have. The branch that you are currently working on will
|
||||
have a star next to it and if you have
|
||||
<a href="http://progit.org/book/ch7-1.html#colors_in_git">coloring turned on</a>,
|
||||
<a href="http://git-scm.com/book/en/Customizing-Git-Git-Configuration#Colors-in-Git">coloring turned on</a>,
|
||||
will show the current branch in green.
|
||||
</p>
|
||||
|
||||
@@ -227,7 +227,7 @@ Deleted branch testing (was 78b2670).
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-merge">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch3-2.html#basic_merging">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging#Basic-Merging">book</a>
|
||||
</span>
|
||||
<a name="merge">git merge</a>
|
||||
<span class="desc">merge a branch context into your current one</span>
|
||||
@@ -473,7 +473,7 @@ M README
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-log">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch6-1.html#commit_ranges">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Tools-Revision-Selection#Commit-Ranges">book</a>
|
||||
</span>
|
||||
<a name="log">git log</a>
|
||||
<span class="desc">show commit history of a branch</span>
|
||||
@@ -696,7 +696,7 @@ ab5ab4c added erlang
|
||||
<h2>
|
||||
<span class="docs">
|
||||
<a target="new" href="http://git-scm.com/docs/git-tag">docs</a>
|
||||
<a target="new" href="http://progit.org/book/ch2-6.html">book</a>
|
||||
<a target="new" href="http://git-scm.com/book/en/Git-Basics-Tagging">book</a>
|
||||
</span>
|
||||
<a name="tag">git tag</a>
|
||||
<span class="desc">tag a point in history as important</span>
|
||||
|
Reference in New Issue
Block a user