git stash apply stash@{2}

Category: Git - Core

git stash apply stash@{2}

Apply a specific stash entry without removing it

Applies a specific stash entry (stash@{2}) to the working directory but keeps it in the stash list.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.