From a4b4e35e9bea83b44efb9c1eaacdcee37f57f177 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 22 Sep 2020 11:01:06 +0200 Subject: [PATCH] autosquash on interactive rebases --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 161619b..1d811fc 100644 --- a/gitconfig +++ b/gitconfig @@ -21,4 +21,5 @@ ff = merge --ff-only @{upstream} co = checkout jn = merge --no-ff --log --edit - +[rebase] + autoSquash = true