Add GPG signature to git commits

Signed-off-by: coolneng <akasroua@gmail.com>
This commit is contained in:
coolneng 2019-11-16 14:52:08 +01:00
parent 5a9628c302
commit 1770984e34
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
[user]
name = coolneng
email = akasroua@gmail.com
signingkey = 9893DA236405AF57
[core]
excludesfile = /home/coolneng/.config/git/global_gitignore
[credential]
helper = !pass-git-helper $@
[commit]
gpgsign = true
[gpg]
program = gpg2
[tag]
gpgsign = true