From 63d52ed0573091d7afbac0bb8a93bb8da029eff6 Mon Sep 17 00:00:00 2001 From: Russell Riker Date: Wed, 12 Oct 2022 14:41:24 -0400 Subject: [PATCH] added pull.rebase config --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 2d16a87..f15ab69 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,3 +4,5 @@ signingkey = B30FB26E1B0663C6 [core] editor = vim +[pull] + rebase = false