Skip to content

Commit d5de5da

Browse files
committed
adding new git resource
1 parent 988352c commit d5de5da

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

all.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4252,6 +4252,11 @@ <h2>Git resources</h2>
42524252
by Braintree goes over how this payments company uses Git for development
42534253
and merging source code.</p>
42544254
</li>
4255+
<li>
4256+
<p><a href="https://robots.thoughtbot.com/code-sleuthing-with-git">Code Sleuthing with Git</a>
4257+
shows how to review past changes when a deployment goes wrong to figure
4258+
out what the heck happened.</p>
4259+
</li>
42554260
</ul>
42564261
<h2>Source control learning checklist</h2>
42574262
<p><i class="fa fa-check-square-o"></i>
@@ -4397,6 +4402,11 @@ <h2>Application dependency resources</h2>
43974402
<p>This Stack Overflow question details how to set up a
43984403
<a href="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
43994404
</li>
4405+
<li>
4406+
<p><a href="http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/">Tips for using pip + virtualenv + virtualenvwrapper</a>
4407+
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
4408+
make life easier when using these tools.</p>
4409+
</li>
44004410
</ul>
44014411
<h2>Application dependencies learning checklist</h2>
44024412
<p><i class="fa fa-check-square-o"></i>

application-dependencies.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ <h2>Application dependency resources</h2>
159159
<p>This Stack Overflow question details how to set up a
160160
<a href="http://askubuntu.com/questions/244641/how-to-set-up-and-use-a-virtual-python-environment-in-ubuntu">virtual environment for Python development</a>.</p>
161161
</li>
162+
<li>
163+
<p><a href="http://mrcoles.com/tips-using-pip-virtualenv-virtualenvwrapper/">Tips for using pip + virtualenv + virtualenvwrapper</a>
164+
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
165+
make life easier when using these tools.</p>
166+
</li>
162167
</ul>
163168
<h2>Application dependencies learning checklist</h2>
164169
<p><i class="fa fa-check-square-o"></i>

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>2015-04-07T08:58:49Z</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>2015-04-09T08:17:13Z</updated></feed>

source-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ <h2>Git resources</h2>
174174
by Braintree goes over how this payments company uses Git for development
175175
and merging source code.</p>
176176
</li>
177+
<li>
178+
<p><a href="https://robots.thoughtbot.com/code-sleuthing-with-git">Code Sleuthing with Git</a>
179+
shows how to review past changes when a deployment goes wrong to figure
180+
out what the heck happened.</p>
181+
</li>
177182
</ul>
178183
<h2>Source control learning checklist</h2>
179184
<p><i class="fa fa-check-square-o"></i>

source/content/pages/07-web-app-deployment/08-source-control.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ reviews the basics of distributed version control systems.
131131
by Braintree goes over how this payments company uses Git for development
132132
and merging source code.
133133

134+
* [Code Sleuthing with Git](https://robots.thoughtbot.com/code-sleuthing-with-git)
135+
shows how to review past changes when a deployment goes wrong to figure
136+
out what the heck happened.
137+
134138

135139
## Source control learning checklist
136140
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)