1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

docs(git): add gwipe alias

This commit is contained in:
Carlo Sala 2024-04-08 22:05:23 +02:00
parent a6ce40df49
commit 5bff59f78e
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -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` |