File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments