From 1db95b29967144f2c6e244936e967539eabf65c4 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitconfig b/.gitconfig index c910008..277a489 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,3 +15,10 @@ # nothing is inconvenient, matching is dangerous. # current is only compatible remaining option. default = current +[color "diff"] + # Display commit ids blue on white. + # Default is yellow on normal which is unreadable with a light + # background + commit = blue white +[pull] + rebase = false