summaryrefslogtreecommitdiff
path: root/_posts/2009-06-16-forking.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-01-25 14:52:52 -0700
committertekkub <tekkub@gmail.com>2010-01-25 14:52:52 -0700
commite97b7d4183f736c092083d67f8ee9f17dbc8c342 (patch)
tree2e0a81286bb80355de0ec4aebc449b17ebe3978d /_posts/2009-06-16-forking.textile
parentc26c5c7855e419a49204e7d4b5cf3a681851f666 (diff)
This looks better anyway
Diffstat (limited to '_posts/2009-06-16-forking.textile')
-rw-r--r--_posts/2009-06-16-forking.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2009-06-16-forking.textile b/_posts/2009-06-16-forking.textile
index 5cfefb9..c6bdc87 100644
--- a/_posts/2009-06-16-forking.textile
+++ b/_posts/2009-06-16-forking.textile
@@ -13,7 +13,9 @@ Note that this works for pulling from a forked repository to the original, as we
h2. Setting up
-Naturally, the first thing you must do is create your fork. To do this, you simply click the !http://github.com/images/modules/repos/fork_button.png! button on the project's page. When the fork has completed, you will be presented with your new repo information.
+Naturally, the first thing you must do is create your fork. To do this, you simply click the "fork" button on the project's page. When the fork has completed, you will be presented with your new repo information.
+
+!http://img.skitch.com/20100125-8tykuy41tn39emcbsrxy545e9f.jpg!
Now you need to clone the fork. Make sure you use the "Your Clone URL" and *not* the "Public Clone URL"
<pre class="terminal">$ git clone git@github.com:billyanyteen/github-services.git</pre>