To see stash stored to apply again
git stash list Stashing changes (you can use the command above to see it)
git stashApplying changes stashed
git stash apply stash@{0}To see stash stored to apply again
git stash list Stashing changes (you can use the command above to see it)
git stashApplying changes stashed
git stash apply stash@{0}