Vscode: Git stashing

Created on 10 Jan 2016  路  14Comments  路  Source: microsoft/vscode

I often need to switch branches while still having some launch.json file silightly modified etc. Currently, I now either have to clean the changes before I can switch branches or have to open a terminal instead (which breaks the workflow) and type git stash, git checkout, git stash pop. It would be nice if Code had buttons for stashing, either next to "Clean All" ("Stash"), or in the "..." menu. The "..." menu should have a "Pop" submenu, that expands to all listed stashs with their messages to instantly apply them. Stashing in git is great because it's nothing but a quick stack to put temporary changes while doing stuff like checking out another branch.

feature-request git

Most helpful comment

FYI: Writing +1 doesn't call out our attention. Adding a 馃憤 to the first post does.

All 14 comments

+1

:+1:

Imo with the integrated terminal this can be easily done now without leaving VS Code.

Integrating Git stash into VSCode's Git GUI would be much appreciated.

+1

+1

+1

+1

FYI: Writing +1 doesn't call out our attention. Adding a 馃憤 to the first post does.

+1

+1 for integrating it with GUI.

@joaomoreno
I've been looking at this as another possible contribution as I would like to use it as well. I see a lot of votes/comments and no volunteers. is this an item that makes sense to sign up for?

+1

I would like this feature to be implemented as well.

This is already implemented.

Was this page helpful?
0 / 5 - 0 ratings