Mark's Blog About Search Activity

Configure git editor to use TextMate or SublimeText

To configure either of these for git commit message windows

SublimeText

git config --global core.editor "subl -w -n"

TextMate

git config --global core.editor "mate -w"
If you liked this post, you can share it with your followers or follow me on Twitter!
comments powered by Disqus