See stash entries and a compact summary of their changes.
Section: Stash Workflows
List stashes with diffstat
bash
bash
git stash list --statExplanation
Helpful when you have many stashes and need a quick overview of their scope.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Stash Workflows
Show full patch for a stash
Inspect the actual diff stored in a stash entry.
Stash unstaged changes only
Keep staged changes in the index and stash the rest.
Create a branch from a stash
Check out a new branch and apply a stash there.