File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 3 files changed +12
-3
lines changed 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-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 >
Original file line number Diff line number Diff line change @@ -109,8 +109,13 @@ <h2>Source control resources</h2>
109109reviews 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
Original file line number Diff line number Diff 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 )
7676reviews 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.
You can’t perform that action at this time.
0 commit comments