gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.94k stars 1.27k forks source link

Automatic stash when rebasing #1614

Open WizardUli opened 3 years ago

WizardUli commented 3 years ago

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 running git unstash (there is no unstash button AFAIK) at the end which is sooo tedious.

AlexandreMarkus commented 3 years ago

Would be also nice to have this feature when changing branch or pulling

Onekki commented 3 years ago

Add custom command for some operations should be better.

Lorite commented 1 year ago

Please add this as a setting. VS Code's git already allows us to do it :)

xpader commented 1 month ago

Intellij IDEA is the best git manager in the world.