git: autostash

This commit is contained in:
Michael Grote 2023-08-14 09:22:44 +02:00
parent 1761df5220
commit 9dde7db97e

View file

@ -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]