Skip to main content

My Git config

  • Posted

Set TextMate as my text editor for commit messages:

$ git config --global core.editor "/usr/local/bin/mate -w"