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, 10 insertions, 0 deletions
diff --git a/_posts/2010-01-19-textmate.markdown b/_posts/2010-01-19-textmate.markdown
new file mode 100644
index 0000000..ae9de76
--- /dev/null
+++ b/_posts/2010-01-19-textmate.markdown
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Textmate
+description: How to use Textmate as your git editor
+categories: mac
+---
+
+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>