From 9958d1ab3eb725936b63b3584c36dce7bc4b4f43 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Thu, 3 Apr 2025 16:59:53 +0200 Subject: [PATCH] Add autosquash to gitconfig. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 81707d7..5af73a6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,7 @@ rebase = true [rebase] autoStash = true + autoSquash = true [alias] publish = !git pull && git push [push]