Update git config

main
Buddy Sandidge 1 year ago
parent 7f0c9a58e4
commit 3e31d51476

@ -7,6 +7,7 @@
excludesfile = #{{ .chezmoi.homeDir }}#/.config/git/ignore
quotepath = false
commitGraph = true
logallrefupdates = true
[color]
branch = auto
@ -62,12 +63,25 @@
[receive]
advertisePushOptions = true
procReceiveRefs = refs/for
[gc]
writeCommitGraph = true
reflogexpire = 90
[fetch]
prune = true
writeCommitGraph = true
[diff]
algorithm = histogram
[safe]
directory = *
[uploadpack]
allowfilter = true
allowAnySHA1InWant = true
#{{ if .development -}}#
[url "ssh://git@git.buddy.wtf"]

Loading…
Cancel
Save