Ver código fonte

fix: Modify "ckear"

GaoYongFu 6 anos atrás
pai
commit
15a79fd22c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      git.md

+ 1 - 1
git.md

@@ -210,5 +210,5 @@ git stash drop #删除最近的暂存代码
 
 git stash drop stash@{0} #删除指定 id 的暂存代码
 
-git stash ckear #清空所有暂存代码
+git stash clear #清空所有暂存代码
 ```