0
I set my editor variable like so:
git config --global core.editor "`which emacsclient` -t -s"
and get this output whenever I want to edit the message during a commit
emacsclient: aliased to /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s :
emacsclient:: command not found
error: There was a problem with the editor 'emacsclient: aliased to
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s '.
Please supply the message using either -m or -F option.