Skip to content

Commit 16d1996

Browse files
committed
adding new version control resource
1 parent 372466a commit 16d1996

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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-11T20:15:47Z</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-12T07:58:44Z</updated></feed>

source-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ <h2>Source control resources</h2>
114114
reviews the basics of distributed version control systems.</p>
115115
</li>
116116
<li>
117+
<p><a href="http://blog.endpoint.com/2014/05/git-workflows-that-work.html">Git Workflows That Work</a>
118+
is a helpful post with diagrams to show how teams can create a Git workflow
119+
that will help their development process.</p>
120+
</li>
121+
<li>
117122
<p>"<a href="http://www.braintreepaymentsolutions.com/devblog/our-git-workflow">Our Git Workflow</a>"
118123
by Braintree goes over how this payments company uses Git for development
119124
and merging source code.</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ 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 Workflows That Work](http://blog.endpoint.com/2014/05/git-workflows-that-work.html)
79+
is a helpful post with diagrams to show how teams can create a Git workflow
80+
that will help their development process.
81+
7882
* "[Our Git Workflow](http://www.braintreepaymentsolutions.com/devblog/our-git-workflow)"
7983
by Braintree goes over how this payments company uses Git for development
8084
and merging source code.

0 commit comments

Comments
 (0)