#046 git stash apply stash@{2}

applying a stash without removing it from the pile

To use a stash entry from the pile, use the command git stash apply followed by the stash name

Command Description
stash command to manage stashes
apply apply the changes from stash without removing it from the pile
stash@{2} third to last stash
extra information without passing an index the most recent stash is used