mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 261 forks source link

add stash&checkout option #832

Open eddyVel opened 2 months ago

eddyVel commented 2 months ago

When checking out to a different branch, and still having uncommitted changes. The checkout fails.

I'd like a option to make stash&checkout, maybe in a popup window when the regular checkout doesn't work. This feature is available with the regular git extension in vs-code.