Add GPG signature to git commits

Signed-off-by: coolneng <akasroua@gmail.com>
This commit is contained in:
2019-11-16 14:52:08 +01:00
parent 5a9628c302
commit 1770984e34

View File

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