summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMat Schaffer <mat@schaffer.me>2011-06-14 19:17:40 -0700
committerMat Schaffer <mat@schaffer.me>2011-06-14 19:17:40 -0700
commitc035c1f379ad322f7de240cd2d648e8e4af99a5a (patch)
tree8bcb99576e08edebc7f507b29844d8502c81aeb6 /_posts
parent2c6b8b63c0803c0d0a1157d017a439e6e16cb1c6 (diff)
Use markdown link rather than textile.
Diffstat (limited to '_posts')
-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/