From 9dde7db97ef03c67154e45d155694b08b73a10ee Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 14 Aug 2023 09:22:44 +0200 Subject: [PATCH] git: autostash --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7db7311..3865161 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,8 +17,12 @@ showUntrackedFiles = all default = simple [pull] rebase = true +autostash = true [merge] conflictStyle = diff3 +autostash = true +[rebase] +autostash = true [diff] renames = true [fetch]