# Show the files in the most recent stash: git stash show # Show the changes of the most recent stash: git stash show -p # Show the changes of the named stash: git stash show -p stash@{1}