cdotfis/dotfiles/.config/git/config

18 lines
408 B
Plaintext

[user]
name = Santiago Lo Coco
email = slococo@slc.ar
signingkey = F995EFC8B68B1ADF
[includeIf "gitdir:~/Documents/"]
path = ./config-other
[includeIf "gitdir:~/.config/"]
path = ./config-other
[commit]
gpgSign = true
[gc]
autoDetach = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true