My Git config
How I set up Git on a new computer.
Set TextMate as my text editor for commit messages:
$ git config --global core.editor "/usr/local/bin/mate -w"How I set up Git on a new computer.
Set TextMate as my text editor for commit messages:
$ git config --global core.editor "/usr/local/bin/mate -w"