262 B
262 B
title, tags
| title | tags |
|---|---|
| Lists all stashes | repository,stash,intermediate |
Displays a list of all stashes.
- Use
git stash listto view a list of all stashes.
git stash list
git stash list
# stash@{0}: WIP on patch-1: ee52eda Fix network bug