Is it possible to tell whether a stash has already been applied, and therefore is no longer required, without doing git stash apply? Assume that I\'m only using one
git stash apply
Just make a diff and you will see.
git diff HEAD stash@{0}