Browse Source

docs(git): add `gwipe` alias

Carlo Sala 3 weeks ago
parent
commit
5bff59f78e
1 changed files with 1 additions and 0 deletions
  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`                                                                                                          |