You have 3 stashes from last month and forgot what's in each. Before applying, you want to see the diff.
`git stash show -p stash@{N}` prints the full patch.
Easy · 2 steps · +300 XP
This scenario walks through 2 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git stash listgit stash show -p stash@{1}Always inspect before applying — stashes age badly.