git: Autostash when rebasing

(When necessary) Automatically stash changes before rebasing and pop
them back from stack when done.
This commit is contained in:
2020-09-23 03:07:07 +02:00
parent bcdbe8039b
commit 8db0d4c368

View File

@@ -21,3 +21,5 @@
submodulesummary = true
[diff]
submodule = log
[rebase]
autostash = true