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
When config.commentChar is different than # diff highlighting is not working.
I changed config.commentChar to be % instead of the default # since this conflicts with Markdown when I'm using hub CLI to open PRs etc… in specific situations.