git stash: add clear (#1149)

This commit is contained in:
Frank
2016-11-19 18:43:18 +01:00
committed by Waldir Pimenta
parent cb277137b6
commit 8a23482bb6

View File

@@ -29,3 +29,7 @@
- Drop a stash (default is stash@{0}): - Drop a stash (default is stash@{0}):
`git stash drop {{optional_stash_name}}` `git stash drop {{optional_stash_name}}`
- Drop all stashes:
`git stash clear`