Cleanup gitconfig

This commit is contained in:
David Tomaschik
2025-05-23 12:08:05 -07:00
parent e0eebe2641
commit 695cef6cb3

View File

@@ -51,44 +51,46 @@
[url "ssh://git@github.com/"] [url "ssh://git@github.com/"]
pushInsteadOf = "github:" pushInsteadOf = "github:"
pushInsteadOf = "github://" pushInsteadOf = "github://"
pushInsteadOf = "https://github.com/"
[url "git://gist.github.com/"] [url "git://gist.github.com/"]
insteadOf = "gist:" insteadOf = "gist:"
[url "git@gist.github.com:"] [url "git@gist.github.com:"]
pushInsteadOf = "gist:" pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/" pushInsteadOf = "git://gist.github.com/"
[credential] [credential]
helper = cache --timeout=36000 helper = cache --timeout=36000
[receive] [receive]
denyCurrentBranch = updateInstead denyCurrentBranch = updateInstead
[merge] [merge]
tool = vimdiff tool = vimdiff
conflictstyle = diff3 conflictstyle = diff3
[mergetool] [mergetool]
prompt = false prompt = false
[include] [include]
path = ~/.gitconfig.local path = ~/.gitconfig.local
[pull] [pull]
rebase = false rebase = false
[init] [init]
defaultBranch = main defaultBranch = main
[interactive] [interactive]
diffFilter = command -v delta >/dev/null 2>&1 && delta || cat diffFilter = command -v delta >/dev/null 2>&1 && delta || cat
[delta] [delta]
navigate = true navigate = true
line-numbers = true line-numbers = true
[filter "lfs"] [filter "lfs"]
required = true required = true
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process