Skip to main content

My Git config

  • Posted

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"