From 7ba76787ec524f96b6e689c4bc8b6ab9d4d4fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Tue, 28 May 2024 13:26:24 +0200 Subject: [PATCH] Tweak some git settings --- git/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/git/config b/git/config index f269c80..7939235 100644 --- a/git/config +++ b/git/config @@ -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