Skip to content

Commit bac4cf6

Browse files
committed
adding new git resource
1 parent cbf93a8 commit bac4cf6

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,11 @@ <h2>Git resources</h2>
15811581
step along the way.</p>
15821582
</li>
15831583
<li>
1584+
<p><a href="http://mrchlblng.me/2014/09/practical-git-introduction/">A practical git introduction</a>
1585+
is exactly what the title says it is. This is a well written guide with
1586+
plenty of code snippets to get you up to speed with Git.</p>
1587+
</li>
1588+
<li>
15841589
<p><a href="http://gitready.com/">git ready</a> has a nice collection of blog posts based on
15851590
beginner, intermediate and advanced Git use cases.</p>
15861591
</li>

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-11-10T08:00:18Z</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-11-11T16:50:58Z</updated></feed>

source-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ <h2>Git resources</h2>
145145
step along the way.</p>
146146
</li>
147147
<li>
148+
<p><a href="http://mrchlblng.me/2014/09/practical-git-introduction/">A practical git introduction</a>
149+
is exactly what the title says it is. This is a well written guide with
150+
plenty of code snippets to get you up to speed with Git.</p>
151+
</li>
152+
<li>
148153
<p><a href="http://gitready.com/">git ready</a> has a nice collection of blog posts based on
149154
beginner, intermediate and advanced Git use cases.</p>
150155
</li>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ reviews the basics of distributed version control systems.
115115
covers the basics as well as more advanced Git commands while explaining each
116116
step along the way.
117117

118+
* [A practical git introduction](http://mrchlblng.me/2014/09/practical-git-introduction/)
119+
is exactly what the title says it is. This is a well written guide with
120+
plenty of code snippets to get you up to speed with Git.
121+
118122
* [git ready](http://gitready.com/) has a nice collection of blog posts based on
119123
beginner, intermediate and advanced Git use cases.
120124

0 commit comments

Comments
 (0)