How to git stash pop the last stash created on current branch?
git stash
git stash list
[email protected]{0}: WIP on **master**: 92ebc08 initial
[email protected]{1}: WIP on **t**: 0cc3db7 gfdgfd
Choose specific stash you want to pop
Example: git stash pop [email protected]{1}