I have git stash save
some files, however I would like to take from that stash only 1 file out and leave the rest save.
Is this possible and how? I know of git stash [pop|drop] ...
but my knowledge extends to there only.
I have git stash save
some files, however I would like to take from that stash only 1 file out and leave the rest save.
Is this possible and how? I know of git stash [pop|drop] ...
but my knowledge extends to there only.