Last Updated: February 25, 2016
·
529
· dperrymorrow

Set Your Git editor to Sublime

Wanna edit your commit messages in Sublime instead of VI?
Here's how

Bash Profile

cd ~/
sublime .bash_profile

Set Your Editor

export EDITOR='sublime -w'