git stash show -p stash@{0}

Category: Git - Core

git stash show -p stash@{0}

Show the diff inside a stash

Displays the changes held by the named stash as a patch. Without -p it prints a short stat instead. stash@{0} is the most recent stash, stash@{1} the one before it, and so on.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.