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:
parent
d077bcb924
commit
b1058efd69
2 changed files with 9 additions and 0 deletions
6
.git_commit_msg.txt
Normal file
6
.git_commit_msg.txt
Normal 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
|
||||
|
|
@ -43,3 +43,6 @@
|
|||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
|
||||
[commit]
|
||||
template = ~/.git_commit_msg.txt
|
||||
|
|
Loading…
Reference in a new issue