mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
git stash: add clear (#1149)
This commit is contained in:
parent
cb277137b6
commit
8a23482bb6
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@
|
|||
- Drop a stash (default is stash@{0}):
|
||||
|
||||
`git stash drop {{optional_stash_name}}`
|
||||
|
||||
- Drop all stashes:
|
||||
|
||||
`git stash clear`
|
||||
|
|
Loading…
Add table
Reference in a new issue