From 38e1b334747e8eeb2db333c82f2c59ecd9c16a10 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 20 Apr 2023 20:20:54 +0100 Subject: Add rebase by default on pull to git --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 47fab28..be77877 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -30,3 +30,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[pull] + rebase = true -- cgit