From 49444d483588fca89ea94c8754b8b71940b9711f Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Sun, 21 Feb 2021 11:44:47 -0800 Subject: [PATCH 1/1] Added global git pull rebase setting --- rc/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/gitconfig b/rc/gitconfig index 550623e..f903786 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -58,3 +58,5 @@ sslVerify = false [credential] helper = store +[pull] + rebase = false -- 2.17.1