From 640296d7d17ebf6198ee7dde66839fd6c6df4e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 5 Jun 2026 22:36:39 +0200 Subject: [PATCH] fix: gitconfig pull.ff only --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 88526336..782d5002 100755 --- a/.gitconfig +++ b/.gitconfig @@ -14,3 +14,5 @@ squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f" [push] autoSetupRemote = true +[pull] + ff = only