From 00666aad2815ab5458bc46375079f410ce47c16f Mon Sep 17 00:00:00 2001 From: thomasba Date: Thu, 14 Jan 2021 21:53:29 +0100 Subject: [PATCH] added rebase option --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index b250614..ba51453 100644 --- a/gitconfig +++ b/gitconfig @@ -6,3 +6,5 @@ default = simple [color] ui = true +[pull] + rebase = false