#044 git stash pop

Removing a stash from the pile and applying it

To remove a stash entry from the pile and apply the changes it contains at the same time, use the command git stash pop

Command Description
stash command to manage stashes
pop removes a stash from the pile and apply the changes
extra information without passing an index the most recent stash is used