Added a git commit template
Props to @sontek as I stole this from him.
This commit is contained in:
parent
3704f0dd01
commit
ba0859bac6
2 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
template = ~/.dotfiles/gitmessage
|
||||
verbose = true
|
||||
|
||||
[help]
|
||||
|
|
11
gitmessage
Normal file
11
gitmessage
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
# 50-character subject line
|
||||
#
|
||||
# 72-character wrapped longer description. This should answer:
|
||||
#
|
||||
# * Why was this change necessary?
|
||||
# * How does it address the problem?
|
||||
# * Are there any side effects?
|
||||
#
|
||||
# Include a link to the ticket, if any.
|
Loading…
Add table
Add a link
Reference in a new issue