Add stash snippets
This commit is contained in:
17
snippets/list-stashes.md
Normal file
17
snippets/list-stashes.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Lists all stashes
|
||||
tags: stash,repository,intermediate
|
||||
---
|
||||
|
||||
Displays a list of all stashes.
|
||||
|
||||
- Use `git stash list` to view a list of all stashes.
|
||||
|
||||
```sh
|
||||
git stash list
|
||||
```
|
||||
|
||||
```sh
|
||||
git stash list
|
||||
# stash@{0}: WIP on patch-1: ee52eda Fix network bug
|
||||
```
|
||||
Reference in New Issue
Block a user