Skip to content

Commit a81a4bd

Browse files
committed
new version control resource
1 parent d8de150 commit a81a4bd

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
@@ -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>

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>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>

source-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

source/content/pages/07-web-app-deployment/08-source-control.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)