From c2b519f0cccb649470057157c0137645d66bad1b Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 25 Dec 2025 15:16:09 +0100 Subject: [PATCH] fix(git): set default pull preference to rebase --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 1046f38..81fd0de 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ verbose = true [init] templatedir = ~/.local/bin/git-hooks +[pull] + rebase = true