File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4302,6 +4302,11 @@ <h2>Git resources</h2>
43024302 through all aspects of using the version control system.</ p >
43034303</ li >
43044304< li >
4305+ < p > < a href ="http://maryrosecook.com/blog/post/git-in-six-hundred-words "> Git in Six Hundred Words</ a >
4306+ is a clear and concise essay explaining the fundamental concepts of
4307+ Git.</ p >
4308+ </ li >
4309+ < li >
43054310< p > < a href ="http://wildlyinaccurate.com/a-hackers-guide-to-git "> A Hacker's Guide to Git</ a >
43064311 covers the basics as well as more advanced Git commands while explaining each
43074312 step along the way.</ p >
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 >2015-05-10T11:25:28Z </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 >2015-05-12T11:27:23Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ <h2>Git resources</h2>
136136 through all aspects of using the version control system.</ p >
137137</ li >
138138< li >
139+ < p > < a href ="http://maryrosecook.com/blog/post/git-in-six-hundred-words "> Git in Six Hundred Words</ a >
140+ is a clear and concise essay explaining the fundamental concepts of
141+ Git.</ p >
142+ </ li >
143+ < li >
139144< p > < a href ="http://wildlyinaccurate.com/a-hackers-guide-to-git "> A Hacker's Guide to Git</ a >
140145 covers the basics as well as more advanced Git commands while explaining each
141146 step along the way.</ p >
Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ reviews the basics of distributed version control systems.
100100* [ Pro Git] ( http://git-scm.com/book ) is a free open source book that walks
101101 through all aspects of using the version control system.
102102
103+ * [ Git in Six Hundred Words] ( http://maryrosecook.com/blog/post/git-in-six-hundred-words )
104+ is a clear and concise essay explaining the fundamental concepts of
105+ Git.
106+
103107* [ A Hacker's Guide to Git] ( http://wildlyinaccurate.com/a-hackers-guide-to-git )
104108 covers the basics as well as more advanced Git commands while explaining each
105109 step along the way.
You can’t perform that action at this time.
0 commit comments