summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2008-03-04-split-a-subpath-into-a-new-repo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md b/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md
index 608c994..49a1174 100644
--- a/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md
+++ b/_posts/2008-03-04-split-a-subpath-into-a-new-repo.md
@@ -10,7 +10,7 @@ categories: advanced
The Good Stuff
--------------
-Splitting a subpath into a repo is a fairly straightforward process, even if the command is hard to remember. For this example, we split <code>lib/</code> out of the "GitHub gem":http://github.com/defunkt/github-gem repo, removing empty commits but retaining the path's history.
+Splitting a subpath into a repo is a fairly straightforward process, even if the command is hard to remember. For this example, we split <code>lib/</code> out of the [GitHub gem](http://github.com/defunkt/github-gem) repo, removing empty commits but retaining the path's history.
<pre class="terminal">[tekkub@tekBook: ~/tmp] $ git clone git://github.com/defunkt/github-gem.git
Initialized empty Git repository in /Users/tekkub/tmp/github-gem/.git/