To apply the last stash and remove it from the stack - type:
git stash pop
To apply specific stash and remove it from the stack - type:
git stash pop stash@{n}