From c48262229c9381a95973820c6166d56a956cf6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 28 Apr 2021 08:58:12 +0200 Subject: [PATCH] pull-strategie auf rebase gesetzt --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index b3881f9..866b979 100755 --- a/.gitconfig +++ b/.gitconfig @@ -48,3 +48,5 @@ path = ~/.gitconfig_local [status] submodulesummary = 1 +[pull] + rebase = true