link
git/stash-apply

Apply Stash

Apply stashed changes

git
stash
changes

Command

git stash apply

Examples

Apply last stash

git stash apply

Apply specific stash

git stash apply stash@{1}