Open WizardUli opened 3 years ago
Would be also nice to have this feature when changing branch or pulling
Add custom command for some operations should be better.
Please add this as a setting. VS Code's git already allows us to do it :)
Intellij IDEA is the best git manager in the world.
Intellij IDEA automatically stashes changes when going into an interactive rebase and unstashes them afterwards. This could make a nice GitLens feature.
It should probably be configurable but I see no reason why not have it on by default when the interactive rebase UI is enabled. Right now every little rewording, every little fixup requires executing
git stash
or pushing the stash button first and then runninggit unstash
(there is no unstash button AFAIK) at the end which is sooo tedious.