Lists all stashes

Git, Repository, Stash · Apr 13, 2021

Displays a list of all stashes.

  • Use git stash list to view a list of all stashes.
git stash list
git stash list
# stash@{0}: WIP on patch-1: ee52eda Fix network bug

Written by Angelos Chalaris

I'm Angelos Chalaris, a JavaScript software engineer, based in Athens, Greece. The best snippets from my coding adventures are published here to help others learn to code.

If you want to keep in touch, follow me on GitHub or Twitter.

More like this