1
0
dotfiles/.gitconfig

23 lines
354 B
INI

[commit]
gpgSign = false
[credential]
helper = cache --timeout=86400
[gc]
aggressiveDepth = 100
aggressiveWindow = 500
auto = 0
pruneExpire = now
[fetch]
writeCommitGraph = true
[maintainance]
auto = false
[pack]
writeReverseIndex = true
useSaprse = true
[push]
default = simple
gpgSign = false
[receive]
autogc = false
writeBitmaps = true