[git] Add PGP signing

This commit is contained in:
Tibo De Peuter 2024-03-22 21:29:30 +01:00
parent 4c0cabe4ba
commit e9274202bb
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -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"