I am new to Atom. When I run git commit in bash I get the following message even before Atom opens:
$ git commit
hint: Waiting for your editor to close the file…
Aborting commit due to empty commit message.
My config file core.editor is set to Atom --wait and I have tried various versions of setting core.editor including the entire path of Atom. None changes the git commit outcome.