From 8c6ce4a45dbfe315b28c0d79630e3bc502dcc12a Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 19 Jun 2020 21:58:22 -0500 Subject: Don't bother me about 'git pull' Don't bother me with warnings about divergent branches when I run 'git pull', just do the default thing and leave me alone. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 5dd415b..bf77822 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,3 +7,6 @@ smtpserver = mail.gymli.org smtpuser = dholman smtpserverport = 587 + +[pull] + rebase = false -- cgit v1.2.3