Browse Source

git stash: add clear (#1149)

Frank 8 năm trước cách đây
mục cha
commit
8a23482bb6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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`