SyntaxFix
Write A Post
Hire A Developer
Questions
You can just run:
git stash pop
and it will unstash your changes.
If you want to preserve the state of files (staged vs. working), use
git stash apply --index