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
Git, Repository, Stash · Apr 13, 2021
Displays a list of all stashes.
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
Prints a list of all local branches sorted by date.
Git, Repository · Apr 13, 2021