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:
2018-09-01 11:20:43 +02:00
parent 88587d84b6
commit a3fac1d9f6
3 changed files with 6 additions and 0 deletions

3
.gitmessage Normal file
View File

@ -0,0 +1,3 @@
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>