Assume the following scenario:
file a and b are both modified, and a is staged in the index. If you run git stash and then git stash pop, file a is no longer staged.
How you make git stash return the index to the previous state?
|
feedback
|
|
If I understand correctly, I think you just need:
| |||||||||
feedback
|