Skip to content

Commit 2d7ef88

Browse files
committed
adding a couple of resources to version control
1 parent 1f69bdc commit 2d7ef88

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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-03-02T12:29:46Z</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-03-03T09:37:15Z</updated></feed>

source-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ <h1>Source control</h1>
7878
<p>Source control systems, also known as version control systems, store code
7979
and other static files, such as images, with a history of the changes made to
8080
those files.</p>
81+
<p>Version control is required for all software development projects whether
82+
you're an independent one person show or part of a large developer team. </p>
8183
<h2>Source Control Systems</h2>
8284
<p><a href="http://git-scm.com/">Git</a> is a free and open source distributed version
8385
control system.</p>
@@ -91,6 +93,9 @@ <h2>Source Control Third Party Services</h2>
9193
users. Users pay for hosting private repositories with more than five users.</p>
9294
<h2>Source Control Resources</h2>
9395
<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> by Patrick McKenzie.</p>
96+
<p>This lighthearted guide to the
97+
<a href="http://www.flourish.org/blog/?p=397">ten astonishments in version control history</a>
98+
is a fun way to learn how systems developed over the past several decades.</p>
9499
<br/>
95100
Next read the
96101
<a href="/caching.html">caching</a> section.

source/content/pages/13-source-control/1301-source-control.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ sort-order: 13
55

66

77
# Source control
8-
98
Source control systems, also known as version control systems, store code
109
and other static files, such as images, with a history of the changes made to
1110
those files.
1211

12+
Version control is required for all software development projects whether
13+
you're an independent one person show or part of a large developer team.
14+
1315

1416
## Source Control Systems
1517
[Git](http://git-scm.com/) is a free and open source distributed version
@@ -31,4 +33,6 @@ users. Users pay for hosting private repositories with more than five users.
3133
## Source Control Resources
3234
[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/) by Patrick McKenzie.
3335

34-
36+
This lighthearted guide to the
37+
[ten astonishments in version control history](http://www.flourish.org/blog/?p=397)
38+
is a fun way to learn how systems developed over the past several decades.

0 commit comments

Comments
 (0)