Browse Source

git stash: add clear (#1149)

Frank 8 years ago
parent
commit
8a23482bb6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/git-stash.md

+ 4 - 0
pages/common/git-stash.md

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