Skip to content

Commit 467fae0

Browse files
committed
more source control resources
1 parent 16d1996 commit 467fae0

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
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-05-12T07:58:44Z</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-05-12T08:01:01Z</updated></feed>

source-control.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ <h2>Source control resources</h2>
114114
reviews the basics of distributed version control systems.</p>
115115
</li>
116116
<li>
117+
<p><a href="http://nvie.com/posts/a-successful-git-branching-model/">git-flow</a> details
118+
a Git branching model for small teams.</p>
119+
</li>
120+
<li>
121+
<p><a href="http://scottchacon.com/2011/08/31/github-flow.html">GitHub Flow</a> builds on
122+
git-flow, goes over some of the issues that arise with it and presents a
123+
few solutions to those problems.</p>
124+
</li>
125+
<li>
117126
<p><a href="http://blog.endpoint.com/2014/05/git-workflows-that-work.html">Git Workflows That Work</a>
118127
is a helpful post with diagrams to show how teams can create a Git workflow
119128
that will help their development process.</p>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ as Git or Mercurial.
7575
* [About version control](http://git-scm.com/book/en/Getting-Started-About-Version-Control)
7676
reviews the basics of distributed version control systems.
7777

78+
* [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) details
79+
a Git branching model for small teams.
80+
81+
* [GitHub Flow](http://scottchacon.com/2011/08/31/github-flow.html) builds on
82+
git-flow, goes over some of the issues that arise with it and presents a
83+
few solutions to those problems.
84+
7885
* [Git Workflows That Work](http://blog.endpoint.com/2014/05/git-workflows-that-work.html)
7986
is a helpful post with diagrams to show how teams can create a Git workflow
8087
that will help their development process.

0 commit comments

Comments
 (0)