Skip to content

Commit 8ddba00

Browse files
committed
adding new version control resources
1 parent 58778cb commit 8ddba00

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>June</h3>
4848
<ul>
49+
<li>Split version control resources from Git resources. Added new version
50+
control resources.</li>
4951
<li>Updated logging page with better explanations and content ordering.</li>
5052
<li>Added learning checklists for all sections. The remaining sections that now
5153
also have checklists are logging, web analytics and web application security.</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-06-05T15:13: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>2014-06-06T07:13:38Z</updated></feed>

source-control.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ <h2>Source control hosted services</h2>
7777
<h2>Source control resources</h2>
7878
<ul>
7979
<li>
80-
<p><a href="http://git-scm.com/book">Pro Git</a> is a free open source book that walks
81-
through all aspects of using the version control system.</p>
80+
<p><a href="https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/">Version control best practices</a>
81+
is part of an ongoing deployment guide written by the folks at
82+
<a href="https://www.rainforestqa.com/">Rainforest</a>.</p>
8283
</li>
8384
<li>
8485
<p><a href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control &amp; Deploy Workflows, And Other Stuff Nobody Teaches You</a>
@@ -107,6 +108,13 @@ <h2>Source control resources</h2>
107108
<p><a href="http://git-scm.com/book/en/Getting-Started-About-Version-Control">About version control</a>
108109
reviews the basics of distributed version control systems.</p>
109110
</li>
111+
</ul>
112+
<h2>Git resources</h2>
113+
<ul>
114+
<li>
115+
<p><a href="http://git-scm.com/book">Pro Git</a> is a free open source book that walks
116+
through all aspects of using the version control system.</p>
117+
</li>
110118
<li>
111119
<p><a href="http://wildlyinaccurate.com/a-hackers-guide-to-git">A Hacker's Guide to Git</a>
112120
covers the basics as well as more advanced Git commands while explaining each

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ as Git or Mercurial.
5151

5252

5353
## Source control resources
54-
* [Pro Git](http://git-scm.com/book) is a free open source book that walks
55-
through all aspects of using the version control system.
54+
* [Version control best practices](https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/)
55+
is part of an ongoing deployment guide written by the folks at
56+
[Rainforest](https://www.rainforestqa.com/).
5657

5758
* [Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You](http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/)
5859
is a comprehensive overview by Patrick McKenzie of why you need source
@@ -75,6 +76,11 @@ as Git or Mercurial.
7576
* [About version control](http://git-scm.com/book/en/Getting-Started-About-Version-Control)
7677
reviews the basics of distributed version control systems.
7778

79+
80+
## Git resources
81+
* [Pro Git](http://git-scm.com/book) is a free open source book that walks
82+
through all aspects of using the version control system.
83+
7884
* [A Hacker's Guide to Git](http://wildlyinaccurate.com/a-hackers-guide-to-git)
7985
covers the basics as well as more advanced Git commands while explaining each
8086
step along the way.

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### June
27+
* Split version control resources from Git resources. Added new version
28+
control resources.
2729
* Updated logging page with better explanations and content ordering.
2830
* Added learning checklists for all sections. The remaining sections that now
2931
also have checklists are logging, web analytics and web application security.

0 commit comments

Comments
 (0)