mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 07:54:46 +00:00
22 lines
439 B
INI
22 lines
439 B
INI
[user]
|
|
email = phantop@tuta.io
|
|
name = Jonathan Hakimi
|
|
[credential]
|
|
helper = store
|
|
[core]
|
|
quotepath = false
|
|
commitGraph = true
|
|
[gc]
|
|
writeCommitGraph = true
|
|
[cola]
|
|
spellcheck = false
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[url "https://aur.archlinux.org/"]
|
|
insteadOf = "aur:"
|
|
[url "ssh://aur@aur.archlinux.org/"]
|
|
pushInsteadOf = "aur:"
|