dotfiles/git/.config/git/config

25 lines
444 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
[gitlab]
user = akasroua
[lfs]
activitytimeout = 60
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true