From be42729e44f59ba420bd0b358728c136721b5a63 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 9 May 2022 14:37:14 +0100 Subject: [PATCH] Set autostash to true for rebases --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 6d3f501..884262d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -45,3 +45,5 @@ helper = cache --timeout=3600 [commit] gpgsign = true +[rebase] + autoStash = true