Skip to content

Commit d1fe45e

Browse files
committed
updating description of rainforest post
1 parent 2bb62de commit d1fe45e

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

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-06T07:25:03Z</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:27:48Z</updated></feed>

source-control.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,17 @@ <h2>Source control hosted services</h2>
8585
<h2>Source control resources</h2>
8686
<ul>
8787
<li>
88-
<p><a href="https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/">Version control best practices</a>
89-
is part of an ongoing deployment guide written by the folks at
90-
<a href="https://www.rainforestqa.com/">Rainforest</a>.</p>
91-
</li>
92-
<li>
9388
<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>
9489
is a comprehensive overview by Patrick McKenzie of why you need source
9590
control.</p>
9691
</li>
9792
<li>
93+
<p><a href="https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/">Version control best practices</a>
94+
is a good write up of how to work with version control systems. The post is
95+
part of an ongoing deployment guide written by the folks at
96+
<a href="https://www.rainforestqa.com/">Rainforest</a>.</p>
97+
</li>
98+
<li>
9899
<p>This lighthearted guide to the
99100
<a href="http://www.flourish.org/blog/?p=397">ten astonishments in version control history</a>
100101
is a fun way to learn how systems developed over the past several decades.</p>

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@ figuring out how to wrap the Python code in a system installation package.
6262

6363

6464
## Source control resources
65-
* [Version control best practices](https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/)
66-
is part of an ongoing deployment guide written by the folks at
67-
[Rainforest](https://www.rainforestqa.com/).
68-
6965
* [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/)
7066
is a comprehensive overview by Patrick McKenzie of why you need source
7167
control.
7268

69+
* [Version control best practices](https://blog.rainforestqa.com/2014-05-28-version-control-best-practices/)
70+
is a good write up of how to work with version control systems. The post is
71+
part of an ongoing deployment guide written by the folks at
72+
[Rainforest](https://www.rainforestqa.com/).
73+
7374
* This lighthearted guide to the
7475
[ten astonishments in version control history](http://www.flourish.org/blog/?p=397)
7576
is a fun way to learn how systems developed over the past several decades.

0 commit comments

Comments
 (0)