From 98e8737e817cf681fb5a7b8e779002e6e493195d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 10 Dec 2020 16:04:39 +0100 Subject: [PATCH] git: Default to git pull --rebase --- git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index b53fd0c..cc44d46 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -111,3 +111,5 @@ autoSetupMerge = true [clean] requireForce = true +[pull] + rebase = true