neodot/.gitconfig##default

21 lines
367 B
Plaintext

[user]
email = tyler@clortox.com
name = Tyler Perkins
[push]
autoSetupRemote = true
[safe]
directory = /var/db/repos/tyler-gentoo
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[commit]
gpgsign = true
[pull]
rebase = false
[credential]
helper = store
[diff]
algorithm = histogram