From bd86707429d0cf2f6da4cdc2553447d7d81f93ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 3 Oct 2021 23:28:13 +0200 Subject: [PATCH] set pull strategy to rebase --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7d67ca6..a79c6dc 100755 --- a/.gitconfig +++ b/.gitconfig @@ -47,4 +47,4 @@ [status] submodulesummary = 1 [pull] - rebase = false + rebase = true