From 8db0d4c36871beda29347f2ff86262689456e464 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Wed, 23 Sep 2020 03:07:07 +0200 Subject: [PATCH] git: Autostash when rebasing (When necessary) Automatically stash changes before rebasing and pop them back from stack when done. --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 70c5111..9d0d5b3 100644 --- a/.config/git/config +++ b/.config/git/config @@ -21,3 +21,5 @@ submodulesummary = true [diff] submodule = log +[rebase] + autostash = true