Is it possible, without pop whole stash and save another without this particular file?
|
feedback
|
|
Short answer: no, that's not how the stack works. You can do the following though to get the result you're looking for. Assuming that you have stashed some other changes, then made some more modifications to your index (original changes) and you decide that you want to keep these changes while modifying the stash:
I'd recommend this workflow over trying to modify the stash directly. If you get lost in stash numbers you can also use At some point (probably nearer than you think) it's easier to keep track of real branches. | |||
|
feedback
|
|
You could try, after popping your stack, to mark the file you don't want to stash as "unchanged":
, and then try to stash, checking if said file is included or not.
| |||
|
feedback
|