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

Apply single file from stash #859

Open
bodoganabel opened this issue Dec 2, 2024 · 0 comments
Open

Apply single file from stash #859

bodoganabel opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
feature request Feature request

Comments

@bodoganabel
Copy link

Describe the feature that you'd like
When I right click on a file in a stash, I want the option to ("Apply this file only").
Clicking on the file would call something like:
git checkout stash@{0} --

Additional context (optional)
Use case:
When there is multiple files being edited and the developer uses frameworks like nextjs, sveltekit ...etc, the bundler often crashes ginving cryptic error messages, not indicating the correct place of the bug.
In those situation we have to manually restore each file back to original and it is a tedious job.
A feature where we can stash all our changes and add it back file by file would drastically decrease the hustle.

@bodoganabel bodoganabel added the feature request Feature request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants