From f41df2f92a9e5652b17d19904bc81d2c47300fe2 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Tue, 2 Jun 2020 14:18:09 -0500 Subject: [PATCH] git: set pull.rebase variable (required for Git 2.27) --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index 188049a..7887987 100644 --- a/git/config +++ b/git/config @@ -33,6 +33,8 @@ added = yellow changed = green untracked = cyan +[pull] + rebase = true [push] default = current [log]