File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 3 files changed +17
-1
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-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 >
Original file line number Diff line number Diff line change @@ -114,6 +114,15 @@ <h2>Source control resources</h2>
114114reviews 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 >
Original file line number Diff line number Diff 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 )
7676reviews 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.
You can’t perform that action at this time.
0 commit comments