From e6d1a5785a89412c89a237c8b3e924c262b1595e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 25 Nov 2022 18:50:03 +0100 Subject: [PATCH] chore(git): set rebase to ff only --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index d127ad2..026aa6d 100644 --- a/gitconfig +++ b/gitconfig @@ -121,3 +121,5 @@ browser = open [hub] host = source.xing.com +[pull] + ff = only