Tweak some git settings

This commit is contained in:
Alex 2024-05-28 13:26:24 +02:00
parent 7367ed1cf8
commit 7ba76787ec
Signed by: l-x
GPG key ID: 0B7107C9393169F4

View file

@ -64,9 +64,12 @@
gpgSign = true
[tag]
gpgSign = true
[remote]
pushDefault = origin
[init]
defaultBranch = main
[gpg "ssh"]
allowedSignersFile = /home/awuehr/.ssh/allowed_signers
@ -77,6 +80,8 @@
prune = true
# prunetags = true
fsckobjects = true
all = true
parallel = 0
[merge]
conflictstyle = diff3
@ -100,3 +105,6 @@
[delta]
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)
[help]
autocorrect = true