浏览代码

docs(git): add `gwipe` alias

Carlo Sala 1 年之前
父节点
当前提交
5bff59f78e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/git/README.md

+ 1 - 0
plugins/git/README.md

@@ -166,6 +166,7 @@ plugins=(... git)
 | `grhk`                 | `git reset --keep`                                                                                                              |
 | `grhs`                 | `git reset --soft`                                                                                                              |
 | `gpristine`            | `git reset --hard && git clean --force -dfx`                                                                                    |
+| `gwipe`                | `git reset --hard && git clean --force -df`                                                                                     |
 | `groh`                 | `git reset origin/$(git_current_branch) --hard`                                                                                 |
 | `grs`                  | `git restore`                                                                                                                   |
 | `grss`                 | `git restore --source`                                                                                                          |