From 960c151ef9ec3c8331db648356f12d2ebfd21cc2 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 11 Jun 2022 02:10:47 +0900 Subject: [PATCH] enable rebase.autoStash --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index e2bb822..ae6f8f6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,6 +3,8 @@ email = kou029w@gmail.com [pull] rebase = true +[rebase] + autoStash = true [init] defaultBranch = main [core]