fix: gitconfig pull.ff only

This commit is contained in:
2026-06-05 22:36:39 +02:00
parent a4f1ba443d
commit 640296d7d1
+2
View File
@@ -14,3 +14,5 @@
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
[push]
autoSetupRemote = true
[pull]
ff = only