Apply and remove stash
suggest changeTo 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}
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents