From 0752f816296c2ae87ccfcf8962cc92481b5ec397 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sat, 17 Jan 2026 14:57:39 +0100 Subject: git: auto squash when rebasing --- dot-config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config') diff --git a/dot-config/git/config b/dot-config/git/config index 441c814..04ce8f2 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -7,3 +7,5 @@ name = Mathias Magnusson [pull] rebase = true +[rebase] + autoSquash = true -- cgit v1.2.3