TextMate support for git commit command:

Open .bash_profile:
vi ~/.bash_profile

Insert command to support TextMate:
# ------------------------
# TextMate support for git

export PATH="$HOME/bin:$PATH"
export EDITOR="$HOME/bin/mate -w"

# End TextMate support for git
# ----------------------------

Comments

Popular posts from this blog

Xcode Server build number incrementation