diff options
| author | tekkub <tekkub@gmail.com> | 2010-01-19 16:26:37 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-01-19 16:26:44 -0700 |
| commit | e7b559b62d7fde31ad59c55f537ae29f56afc19f (patch) | |
| tree | 4c6dd1e42fcff7004631504f97a4d62cee755b4b /_posts/2010-01-19-textmate.markdown | |
| parent | 43493783bf20a9895c02a276c5244fdb5ca4c405 (diff) | |
Adding in some more guides
Diffstat (limited to '_posts/2010-01-19-textmate.markdown')
| -rw-r--r-- | _posts/2010-01-19-textmate.markdown | 10 |
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> |
