Hacker News new | ask | show | jobs
by shawa_a_a 597 days ago
The comment character is also configurable:

    git config core.commentchar <char>
This is helpful where you want to use use say, markdown to have tidily formatted commit messages make up your pull request body too.
1 comments

I want to try to set it to `auto` and see what spicy things it comes up with.