--- 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`:
git config --global core.editor "mate -w"