dotfiles/git/.config/git/config

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