Last Updated: February 25, 2016
·
196
· koxzi95

Custom commit message editor for git.

So if you don't want to use Vim or emacs for a simple commit message when you run git commit just change it to whatever you like.

git config --global core.editor "'C:/Program Files/Brackets/Brackets.exe'"

Then when you want to commit, add your message, save and exit. Then push as normal!