apply specific stash git code example
Example 1: git stash apply item
git stash apply stash@{index}
Example 2: git stash apply specific stash
git stash apply "stash@{n}"
or
git stash apply n
Example 3: git stash apply specific stash
git stash apply 1