diff options
| author | Aman Gupta <aman@tmm1.net> | 2011-06-14 19:19:51 -0700 |
|---|---|---|
| committer | Aman Gupta <aman@tmm1.net> | 2011-06-14 19:19:51 -0700 |
| commit | efaf7ea6b018bcd352c43e3ee32ee8d929147297 (patch) | |
| tree | 8bcb99576e08edebc7f507b29844d8502c81aeb6 /_posts | |
| parent | 2c6b8b63c0803c0d0a1157d017a439e6e16cb1c6 (diff) | |
| parent | c035c1f379ad322f7de240cd2d648e8e4af99a5a (diff) | |
Merge pull request #35 from matschaffer/patch-2
Use markdown link rather than textile.
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2008-03-04-split-a-subpath-into-a-new-repo.md | 2 |
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/ |
