Add a template for git commit.

Such a template will help to write better commit messages.
http://codeinthehole.com/writing/a-useful-template-for-commit-messages/
This commit is contained in:
Rodolphe Breard 2015-10-05 11:04:27 +02:00
parent d077bcb924
commit b1058efd69
2 changed files with 9 additions and 0 deletions

6
.git_commit_msg.txt Normal file
View file

@ -0,0 +1,6 @@
# If applied, this commit will...
# Explain why this change is being made
# Provide links to any relevant tickets, articles or other resources

View file

@ -43,3 +43,6 @@
added = yellow
changed = green
untracked = cyan
[commit]
template = ~/.git_commit_msg.txt