From 8e324c675c05d9f42290b373790aba95edf720af Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 31 Oct 2023 09:21:52 -0700 Subject: [PATCH] autostash and autosquash --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e825700..2a66f4e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -69,7 +69,8 @@ [tag] sort = version:refname [rebase] - autosquash = true + autoStash = true + autoSquash = true stat = true updateRefs = true [interactive]