git stash pop
After you stashed some work with:
git stash
And you want to bring it back with git:
git stash pop
# which equals
git stash apply && git stash drop
Don't forget that if there's a conflict, the drop command won't be executed and you have to do it manually afterwards.
Written by Heitor Tashiro Sergent
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tags
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#