I have configured the config key core.commentChar to be ;, locally and globally (e.g. git config core.commentChar ";" --global).
However, atomagit does not pick up the config.
When I try to commit the # continues to appear as the comment char in atom.
Command line emacs uses the git configured char (i.e ;)
I have configured the config key
core.commentChar
to be;
, locally and globally (e.g.git config core.commentChar ";" --global
). However, atomagit does not pick up the config.When I try to commit the
#
continues to appear as the comment char in atom.Command line
emacs
uses the git configured char (i.e;
)