File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 3 files changed +18
-3
lines changed 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 >2014-06-13T10:43:51Z </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-17T08:56:20Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -59,7 +59,14 @@ <h2>Why is source control necessary?</h2>
5959control system directly. However, for small scale deployments it's often
6060easiest to pull from source code when you're getting started instead of
6161figuring out how to wrap the Python code in a system installation package.</ p >
62- < h2 > Source control systems</ h2 >
62+ < h2 > Source control projects</ h2 >
63+ < p > Numerous source control systems have been created over the past several
64+ decades. In the past, proprietary source control software offered features
65+ tailored to large development teams and specific project workflows. However,
66+ open source systems are now used for version control on the largest and most
67+ complicated software projects in existence. There's no reason why your project
68+ should use anything other than an open source version control system in
69+ today's Python development world. The two primary choices are:</ p >
6370< ul >
6471< li >
6572< p > < a href ="http://git-scm.com/ "> Git</ a > is a free and open source distributed version
Original file line number Diff line number Diff line change @@ -44,7 +44,15 @@ easiest to pull from source code when you're getting started instead of
4444figuring out how to wrap the Python code in a system installation package.
4545
4646
47- ## Source control systems
47+ ## Source control projects
48+ Numerous source control systems have been created over the past several
49+ decades. In the past, proprietary source control software offered features
50+ tailored to large development teams and specific project workflows. However,
51+ open source systems are now used for version control on the largest and most
52+ complicated software projects in existence. There's no reason why your project
53+ should use anything other than an open source version control system in
54+ today's Python development world. The two primary choices are:
55+
4856* [ Git] ( http://git-scm.com/ ) is a free and open source distributed version
4957 control system.
5058
You can’t perform that action at this time.
0 commit comments