dotfiles/git/.config/git/config
coolneng 1770984e34
Add GPG signature to git commits
Signed-off-by: coolneng <akasroua@gmail.com>
2019-11-16 22:19:35 +01:00

15 lines
262 B
Plaintext

[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