Skip to content

Instantly share code, notes, and snippets.

@souljorje
Last active September 14, 2018 07:49
Show Gist options
  • Save souljorje/64f8650950eb4f8110e7783052750d96 to your computer and use it in GitHub Desktop.
Save souljorje/64f8650950eb4f8110e7783052750d96 to your computer and use it in GitHub Desktop.
Extract single file from git stash
git checkout stash@{index} -- <filename> <filename> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment