Skip to content

Instantly share code, notes, and snippets.

@webfacer
Last active December 13, 2017 16:19
Show Gist options
  • Save webfacer/401495630e7ce58fc1162042fbf33174 to your computer and use it in GitHub Desktop.
Save webfacer/401495630e7ce58fc1162042fbf33174 to your computer and use it in GitHub Desktop.
Recover stash after pop or drop, when still in terminal you can see the stash hash which can be recovered with it. see also https://stackoverflow.com/questions/89332/how-to-recover-a-dropped-stash-in-git
git stash apply (stash-hash) //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment