To use TextMate to edit your commit messages, put the following in your ~/.bashrc or ~/.bash_profile (or other dot goodness):
export GIT_EDITOR="mate -w"To use TextMate to edit your commit messages, put the following in your ~/.bashrc or ~/.bash_profile (or other dot goodness):
export GIT_EDITOR="mate -w"
This is a Solutions Log post.