From e429271d79d755707f702ac855e8f67348427cd6 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 11 Feb 2025 15:23:05 +0100 Subject: [PATCH] feat(git) automatically rebase on pull --- git/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.config/git/config b/git/.config/git/config index 3fefc15..245c7c5 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -34,7 +34,7 @@ tool = nvim guitool = meld [pull] - rebase = false + rebase = true [init] defaultBranch = main [commit]