Skip to content

Commit e5bad6b

Browse files
committed
updating source control resources
1 parent 0c6bbca commit e5bad6b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-26T15:22:20Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-27T06:45:03Z</updated></feed>

source-control.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,13 @@ <h2>Source control resources</h2>
109109
reviews the basics of distributed version control systems.</p>
110110
</li>
111111
<li>
112+
<p><a href="http://wildlyinaccurate.com/a-hackers-guide-to-git">A Hacker's Guide to Git</a>
113+
covers the basics as well as more advanced Git commands while explaining each
114+
step along the way.</p>
115+
</li>
116+
<li>
112117
<p><a href="http://gitready.com/">git ready</a> has a nice collection of blog posts based on
113-
beginner, intermediate and advanced use cases.</p>
118+
beginner, intermediate and advanced Git use cases.</p>
114119
</li>
115120
<li>
116121
<p><a href="http://nvie.com/posts/a-successful-git-branching-model/">git-flow</a> details

source/content/pages/03-deployment/0313-source-control.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@ as Git or Mercurial.
7575
* [About version control](http://git-scm.com/book/en/Getting-Started-About-Version-Control)
7676
reviews the basics of distributed version control systems.
7777

78+
* [A Hacker's Guide to Git](http://wildlyinaccurate.com/a-hackers-guide-to-git)
79+
covers the basics as well as more advanced Git commands while explaining each
80+
step along the way.
81+
7882
* [git ready](http://gitready.com/) has a nice collection of blog posts based on
79-
beginner, intermediate and advanced use cases.
83+
beginner, intermediate and advanced Git use cases.
8084

8185
* [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) details
8286
a Git branching model for small teams.

0 commit comments

Comments
 (0)