GIT: Signed-off-by message as default
Added a new '.gitmessage' file which is to be used as a commit message template, containing my Signed-off-by notice. Now all my commits contain this message, not only those done in an IDE. Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
88587d84b6
commit
a3fac1d9f6
@ -9,5 +9,6 @@
|
||||
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ; } ; gi"
|
||||
[commit]
|
||||
gpgsign = true
|
||||
template = ~/.gitmessage
|
||||
[core]
|
||||
autocrlf = input
|
||||
|
3
.gitmessage
Normal file
3
.gitmessage
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
|
Loading…
Reference in New Issue
Block a user