From 105a6ada9d8af1e1cdcaa3216ea7afe3e8ac39e1 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 25 Dec 2025 15:16:49 +0100 Subject: [PATCH] fix(git): set default pull preference to `rebase` (#98) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/98 --- .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