From d8c69679ac211b91916de9957770113fd661ef9f Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sat, 4 Mar 2023 10:22:35 +0100 Subject: [PATCH] Set pull.rebase to false globally (finally!) --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index eb6d08e..4766c66 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ # Default is yellow on normal which is unreadable with a light # background commit = blue white +[pull] + rebase = false