Replies: 1 comment 3 replies
-
Sounds neat, although I have never seen any project automatically customize |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
see here for logic
Can create something like that (or below) as .gitmessage and set commit.template in git config, so wen using git commit we get a default template hinting/guiding with commit convention
File location can be changed too.
Template doesn't affect directly passed messages (e.g -m "message")
Beta Was this translation helpful? Give feedback.
All reactions