[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]
|
[user]
|
||||||
name = "Tibo De Peuter"
|
name = "Tibo De Peuter"
|
||||||
email = "tibo.depeuter@gmail.com"
|
email = "tibo@depeuter.dev"
|
||||||
|
signingkey = "0x9B11F5243089DB5B"
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
# Always sign commits
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = "vim";
|
editor = "vim";
|
||||||
excludesFile = "~/.config/git/ignore"
|
excludesFile = "~/.config/git/ignore"
|
||||||
|
|
Loading…
Reference in a new issue