neodot/.gitconfig##default

21 lines
367 B
Plaintext
Raw Normal View History

2023-11-30 02:54:27 +00:00
[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
2023-12-01 19:02:55 +00:00
[pull]
rebase = false
2024-02-08 01:22:36 +00:00
[credential]
helper = store
2024-02-18 17:53:32 +00:00
[diff]
algorithm = histogram