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