浏览代码

docs(git): align `gpristine` alias (#12155)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Albert Still 4 月之前
父节点
当前提交
1c8dee848d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/git/README.md

+ 1 - 1
plugins/git/README.md

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