Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git stashing #1904

Closed
felixfbecker opened this issue Jan 10, 2016 · 14 comments
Closed

Git stashing #1904

felixfbecker opened this issue Jan 10, 2016 · 14 comments
Assignees
Labels
feature-request Request for new features or functionality git GIT issues
Milestone

Comments

@felixfbecker
Copy link
Contributor

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.

@joaomoreno joaomoreno changed the title Add buttons for stashing Git stashing Jan 11, 2016
@joaomoreno joaomoreno added the feature-request Request for new features or functionality label Jan 11, 2016
@joaomoreno joaomoreno added this to the Backlog milestone Jan 11, 2016
@choidamdam
Copy link

+1

1 similar comment
@chriskacerguis
Copy link

👍

@egamma egamma added the git GIT issues label Jan 22, 2016
@felixfbecker
Copy link
Contributor Author

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

@jahewson
Copy link

jahewson commented Sep 15, 2016

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

@benbarber
Copy link

+1

3 similar comments
@mattcrooks
Copy link

+1

@scgm11
Copy link

scgm11 commented Nov 15, 2016

+1

@sanglnv
Copy link

sanglnv commented Nov 22, 2016

+1

@joaomoreno
Copy link
Member

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

@tanakh
Copy link

tanakh commented Dec 1, 2016

+1

@IndianOcean
Copy link

IndianOcean commented Apr 24, 2017

+1 for integrating it with GUI.

@cleidigh
Copy link
Contributor

@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?

@joaomoreno joaomoreno removed their assignment Apr 25, 2017
@doomleika
Copy link

+1

I would like this feature to be implemented as well.

@microsoft microsoft locked and limited conversation to collaborators May 16, 2017
@joaomoreno joaomoreno marked this as a duplicate of #31187 Jul 21, 2017
@joaomoreno joaomoreno self-assigned this Nov 10, 2017
@microsoft microsoft unlocked this conversation Nov 10, 2017
@joaomoreno
Copy link
Member

This is already implemented.

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

No branches or pull requests