From f094c8e9ad6c89399e57fb9bf69b064b1c47d2cb Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Fri, 12 Mar 2021 11:47:15 +0100 Subject: [PATCH] git: add config to rebase on pull --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index 7f6e4a9..cbd4731 100644 --- a/git/config +++ b/git/config @@ -35,3 +35,5 @@ autosquash = true autostassh = true # vim: set filetype=gitconfig: +[pull] + rebase = true