Skip to content

Support git stash save/pop through UI #35

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

Closed
isc-tleavitt opened this issue Oct 26, 2021 · 1 comment · Fixed by #95
Closed

Support git stash save/pop through UI #35

isc-tleavitt opened this issue Oct 26, 2021 · 1 comment · Fixed by #95
Assignees
Labels
enhancement New feature or request

Comments

@isc-tleavitt
Copy link
Collaborator

Note: in either case, all uncommitted items must be owned by the current user.

@isc-tleavitt isc-tleavitt added the enhancement New feature or request label Oct 26, 2021
@isc-svelury
Copy link
Contributor

isc-svelury commented Nov 18, 2021

For this, I am thinking of reusing the homepage of the web UI. Only instead of showing the commit history, we could list the stash itself with git stash list and use the commit explorer view to show the stashed changes using git stash show -p stash@{1}. Does this make sense?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants