Skip to content

Commit

Permalink
docs(git): add gwipe alias
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored and lukaselmer committed Apr 16, 2024
1 parent 7a327d6 commit adfdf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit adfdf15

Please sign in to comment.