Vincent de Lagabbe
02/27/2023, 12:34 PMrebase.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)