Last active
October 10, 2024 13:20
-
-
Save jeff1evesque/be17afc3ce6b8e2a9c6176176b081a4d to your computer and use it in GitHub Desktop.
Change git comment character from '#' to ';'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config core.commentChar ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
t