Nest all content into snippets
This commit is contained in:
22
snippets/git/s/delete-stashes.md
Normal file
22
snippets/git/s/delete-stashes.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Delete all stashes
|
||||
type: snippet
|
||||
language: git
|
||||
tags: [repository,stash]
|
||||
author: chalarangelo
|
||||
cover: little-tree
|
||||
dateModified: 2021-04-13T21:10:59+03:00
|
||||
---
|
||||
|
||||
Deletes all stashes.
|
||||
|
||||
- Use `git stash clear` to delete all stashes.
|
||||
|
||||
```shell
|
||||
git stash clear
|
||||
```
|
||||
|
||||
```shell
|
||||
git stash clear
|
||||
# Deletes all stashes
|
||||
```
|
||||
Reference in New Issue
Block a user