From 15c784ae5b14041d14dfef738b4b78fb902f903e Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 20 Apr 2024 20:29:53 +0200 Subject: [PATCH] git pull rebase true by default --- config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/git/config b/config/git/config index 4fbb604..c845688 100644 --- a/config/git/config +++ b/config/git/config @@ -26,3 +26,5 @@ [user] email = s.studer.s@gmail.com name = Simon Studer +[pull] + rebase = true