I have a problem with atom editor. I set atom as the core.editor by command:
git config --global core.editor atom
But when I try to commit the
try with:
git config --global core.editor "atom --wait"
the atom --wait flag wait for window to be closed before returning.