how to see changes in git stash list code example Example 1: see stashed changes git $ git stash show -p Example 2: see stashed changes git $ git diff stash@{0} master