commit-template
commit-template copied to clipboard
Allows projects to define commit template files
Maybe I'm misunderstanding something. This doesn't appear to work at all from what I can tell. I installed it. I added the npm script: "preparecommitmsg": "commit-template" I added a file...
should fix issue #1
When the template option is set in the global git config, the commit-template won't work as the template param is passed in. See https://git-scm.com/docs/githooks#_prepare_commit_msg Fix is in related PR to...