ref – https://stackoverflow.com/questions/3573623/how-do-i-preview-stash-contents-in-git
git stash show -p stash@{0}
To apply a specific stash:
git stash apply stash@{0}
ref – https://stackoverflow.com/questions/3573623/how-do-i-preview-stash-contents-in-git
git stash show -p stash@{0}
To apply a specific stash:
git stash apply stash@{0}