From dd54c6149d62ca915c72f3ddcdd36c8a7912084a Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 26 Sep 2025 09:28:18 +0200 Subject: git: config pull.rebase = true --- dot-config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config/git') diff --git a/dot-config/git/config b/dot-config/git/config index 7a16e2f..441c814 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -5,3 +5,5 @@ [user] email = mathias@magnusson.space name = Mathias Magnusson +[pull] + rebase = true -- cgit v1.2.3