TextMate
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"
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"
This website is open source. Please help us by forking the project and adding to it.