sadedot/templates/.gitconfig

15 lines
313 B
INI

[user]
name = PERSONAL_NAME
email = PERSONAL_MAIL
[includeIf "gitdir:WORK_PATH"]
path = ~/.gitconfig-work
[commit]
gpgSign = false
[gc]
autoDetach = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true