Apply and remove stash

suggest change

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}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents