This question had the same title but it is NOT the same question. That question is really asking \"Discard results of git stash pop\". This question is actually
You can reverse patch the stash (which as already mentioned should still be there as git wont drop a stash if it doesn't apply cleanly)
git stash show -p stash@{0} | git apply -R