From c5455a3fc062acf89665a06ffe1f1cd5cbf792c6 Mon Sep 17 00:00:00 2001 From: takeokunn Date: Tue, 2 Jul 2024 11:03:54 +0900 Subject: [PATCH] Add rebase.autostash = true --- modules/git/dot.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/git/dot.gitconfig b/modules/git/dot.gitconfig index 03ce9ab..cd416e7 100644 --- a/modules/git/dot.gitconfig +++ b/modules/git/dot.gitconfig @@ -69,3 +69,6 @@ defaultBranch = main [rerere] enabled = true + +[rebase] +autostash = true