GIT commit message template to help write a better commit message
Clone and download .gitCommitMessage
into your desired location.
The following steps are Inspired by https://thoughtbot.com/blog/better-commit-messages-with-a-gitmessage-template
Set up commit.template in ~/.gitconfig
:
[commit]
template = ~/.gitCommitMessage
Then copy the gitCommitMessage into ~/.gitCommitMessage
with the new default commit message.
https://chris.beams.io/posts/git-commit/
- 0.0.1
- Work in progress
Ripudaman Flora – @RipudamanF – [email protected]
Distributed under the MIT license. See LICENSE
for more information.