8
Suppose I did have a.txt, b.txt and c.txt that have been modified in a given branch and that I have used the command git stash in all of them to hide the changes.
If I rotate the git stash pop, I will recover all the files, and they returned to the current job.
However, I would like to know: How can I do to recover only the file b.txt stored through that git stash, as the above example?
I gave a +1. Tip... Try to explain better about the number
0within the{n}– Wallace Maxters
@Wallacemaxters supported.
– DNick
I didn’t understand what the
@{0} -and it has to have that same hyphen:-before the file name? It would be nice to use the author’s answer data to put an example as didactic as the question– hugocsl
@hugocsl updated
– DNick
@hugocsl related
– Wallace Maxters