From e2007197e5fb39c5ca8f39373ae8195dd2688ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 8 Dec 2020 22:29:08 +0100 Subject: [PATCH] git: Enable autostash for rebase --- git/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 1a6e291..b53fd0c 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -102,6 +102,7 @@ program = gpg2 [rebase] autoSquash = true + autoStash = true [diff] submodule = log mnemonicPrefix = true