From d6a07980f86677157caf18d3608f56fe2602666d Mon Sep 17 00:00:00 2001 From: Andreas Glashauser Date: Thu, 20 Mar 2025 09:06:53 +0100 Subject: [PATCH] ADDED: global git rebase by default in .gitconfig --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index c775ad9..6e5e3de 100644 --- a/gitconfig +++ b/gitconfig @@ -70,3 +70,6 @@ [stash] showPatch = true + +[pull] + rebase = true -- 2.39.5