Something you could do: respect the git config `re...
# feature-requests
v
Something you could do: respect the git config
rebase.autoStash
on
gt rs -r
Currently I'm doing
git stash push && gt rs -r && git stash pop
when I want to rebase with the remote and have some work in progress (I understand that would mean handling conflicts on
pop
which might not be as easy as it sounds as git keeps the stash when the apply fails)