DEV Community

Clarice Bouwer
Clarice Bouwer

Posted on

How to see the contents of stashed changes in Git

git stash show -p stash@{0}
Enter fullscreen mode Exit fullscreen mode

Where 0 is the indexed location of the item in the stash. Find all items in the stash using:

git stash list
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs