git-message
v2.0.2
Published
Configure your local git repository to use a custom template
Downloads
1,147
Readme
Set a custom git commit message template.
Usage
In your project:
npm install --save-dev git-message
This will automatically set up a custom git commit message template based on http://chris.beams.io/posts/git-commit/.
To use a custom git commit message template, simply add
a .gitmessage
file at the top level of your project file tree.
h
License
MIT