Tweak some git settings
This commit is contained in:
parent
7367ed1cf8
commit
7ba76787ec
1 changed files with 8 additions and 0 deletions
|
@ -64,9 +64,12 @@
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
[tag]
|
[tag]
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
|
[remote]
|
||||||
|
pushDefault = origin
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = /home/awuehr/.ssh/allowed_signers
|
allowedSignersFile = /home/awuehr/.ssh/allowed_signers
|
||||||
|
|
||||||
|
@ -77,6 +80,8 @@
|
||||||
prune = true
|
prune = true
|
||||||
# prunetags = true
|
# prunetags = true
|
||||||
fsckobjects = true
|
fsckobjects = true
|
||||||
|
all = true
|
||||||
|
parallel = 0
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
@ -100,3 +105,6 @@
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
|
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
|
||||||
|
|
||||||
|
[help]
|
||||||
|
autocorrect = true
|
||||||
|
|
Loading…
Reference in a new issue