Sfoglia il codice sorgente

Merge pull request #7 from gaoyongfu/fix_git

fix: Modify "ckear"
Nick 6 anni fa
parent
commit
569c09da76
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 #清空所有暂存代码
 ```