summaryrefslogtreecommitdiff
path: root/_posts/2010-01-19-textmate.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2010-01-19-textmate.markdown')
-rw-r--r--_posts/2010-01-19-textmate.markdown10
1 files changed, 0 insertions, 10 deletions
diff --git a/_posts/2010-01-19-textmate.markdown b/_posts/2010-01-19-textmate.markdown
deleted file mode 100644
index 9ad9333..0000000
--- a/_posts/2010-01-19-textmate.markdown
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: default
-title: Textmate
-description: How to use Textmate as your git editor
-categories: third_party
----
-
-Using Textmate as your git editor is fairly simple, you just need to to make sure Textmate informs git when the document is closed. You can do this by using `mate -w`:
-
-<pre class="terminal">git config --global core.editor "mate -w"</pre>