Using MacVim as git editor
Contents
Add this to .bashrc
export GIT_EDITOR='/Applications/MacVim.app/Contents/MacOS/Vim -g -f '
The key is -f, without it git will abort because of empty commit message.
Author Miro Adamy
LastMod 2012-04-09
License (c) 2006-2020 Miro Adamy