You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2024. It is now read-only.
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.commentCharto 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
emacsuses the git configured char (i.e;)