Skip to main content
typo
Source Link
Mike Monkiewicz
  • 4.6k
  • 1
  • 23
  • 19

I think VonC's answer is probably what you want, but here's a way to do a selective "git apply":

git show stashstash@{0}:MyFile.txt > MyFile.txt

I think VonC's answer is probably what you want, but here's a way to do a selective "git apply":

git show stash{0}:MyFile.txt > MyFile.txt

I think VonC's answer is probably what you want, but here's a way to do a selective "git apply":

git show stash@{0}:MyFile.txt > MyFile.txt
Source Link
Mike Monkiewicz
  • 4.6k
  • 1
  • 23
  • 19

I think VonC's answer is probably what you want, but here's a way to do a selective "git apply":

git show stash{0}:MyFile.txt > MyFile.txt