From 309450a92688d662d1e5cade55e9cf3ab41c1385 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 12 Oct 2023 12:02:41 +0200 Subject: [PATCH] Add autosquash to interactive rebases --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 1271549..2fba01a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -26,5 +26,8 @@ [init] defaultBranch = main +[rebase] + autosquash = true + [credential] helper = store