From a69d13f9c0dbb8ffd08ea65540ec3410f970353f Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Thu, 7 Nov 2024 20:55:01 +0100 Subject: [PATCH] Add some new new gitconfig options. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index b342efb..4166a4b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,6 +2,7 @@ defaultBranch = main [user] name = Sebastian Bugge + useConfigOnly = true [pull] ff = false rebase = true @@ -14,6 +15,8 @@ autoSetupRemote = true [rerere] enabled = true +[advice] + skippedCherryPicks = false [help] autocorrect = 10 [include]