From c035c1f379ad322f7de240cd2d648e8e4af99a5a Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Tue, 14 Jun 2011 19:17:40 -0700 Subject: Use markdown link rather than textile. --- _posts/2008-03-04-split-a-subpath-into-a-new-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') 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 lib/ 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 lib/ out of the [GitHub gem](http://github.com/defunkt/github-gem) repo, removing empty commits but retaining the path's history.
[tekkub@tekBook: ~/tmp] $ git clone git://github.com/defunkt/github-gem.git
 Initialized empty Git repository in /Users/tekkub/tmp/github-gem/.git/
-- 
cgit v1.3.1