From: Andreas Glashauser <ag@andreasglashauser.com>
Date: Thu, 20 Mar 2025 08:06:53 +0000 (+0100)
Subject: ADDED: global git rebase by default in .gitconfig
X-Git-Url: https://git.andreasglashauser.com/?a=commitdiff_plain;h=d6a07980f86677157caf18d3608f56fe2602666d;p=dotfiles.git

ADDED: global git rebase by default in .gitconfig
---

diff --git a/gitconfig b/gitconfig
index c775ad9..6e5e3de 100644
--- a/gitconfig
+++ b/gitconfig
@@ -70,3 +70,6 @@
 
 [stash]
     showPatch = true
+
+[pull]
+    rebase = true