Reformat all code to use shell instead of sh
This commit is contained in:
@ -7,11 +7,11 @@ Displays a list of all stashes.
|
||||
|
||||
- Use `git stash list` to view a list of all stashes.
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git stash list
|
||||
```
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git stash list
|
||||
# stash@{0}: WIP on patch-1: ee52eda Fix network bug
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user