From 4cd036401c6f611c95a9041831e762e1e9d79020 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 22 Aug 2020 10:49:34 +0100 Subject: [PATCH] Set config pull.rebase to false to quiet warnings --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 1ef123d..3f1f314 100644 --- a/config +++ b/config @@ -53,6 +53,9 @@ [push] default = simple +[pull] + rebase = false + [rebase] autoSquash = true