From bdb326f2ae8a0550c3ce764c937a8f4399c8767f Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 24 Mar 2022 15:12:28 +0100 Subject: +default pull strategy: no rebase --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 03c43af..bcad741 100644 --- a/.gitconfig +++ b/.gitconfig @@ -75,3 +75,5 @@ # program = /usr/bin/gpg2 [http] #proxy = http://10.0.0.1:3128/ +[pull] + rebase = false -- cgit v1.2.3