remove unused options and prune on fetch

This commit is contained in:
2023-08-26 14:27:10 +02:00
parent 94ab7ed41c
commit 64090c3577

View File

@@ -5,8 +5,6 @@
[core] [core]
compression = 9 compression = 9
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
pager = less -F -X
#pager = cat
[color] [color]
ui = auto ui = auto
[diff] [diff]
@@ -15,9 +13,9 @@
default = current default = current
[pull] [pull]
rebase = false rebase = false
[fetch]
prune = true
[help] [help]
autocorrect = 1 autocorrect = 1
[init] [init]
defaultBranch = main defaultBranch = main
[cola]
spellcheck = false