[git] Add PGP signing
This commit is contained in:
parent
4c0cabe4ba
commit
e9274202bb
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
[user]
|
||||
name = "Tibo De Peuter"
|
||||
email = "tibo.depeuter@gmail.com"
|
||||
email = "tibo@depeuter.dev"
|
||||
signingkey = "0x9B11F5243089DB5B"
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[commit]
|
||||
# Always sign commits
|
||||
gpgsign = true
|
||||
|
||||
[core]
|
||||
editor = "vim";
|
||||
excludesFile = "~/.config/git/ignore"
|
||||
|
|
Loading…
Reference in a new issue