docs(git): add `gwipe` alias

master
Carlo Sala 2 years ago
parent a6ce40df49
commit 5bff59f78e
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 1
      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` |

Loading…
Cancel
Save