You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: