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

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
master
Albert Still 2 years ago committed by GitHub
parent 5ea2c68be8
commit 1c8dee848d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/git/README.md

@ -163,7 +163,7 @@ plugins=(... git)
| `grhh` | `git reset --hard` | | `grhh` | `git reset --hard` |
| `grhk` | `git reset --keep` | | `grhk` | `git reset --keep` |
| `grhs` | `git reset --soft` | | `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` | | `groh` | `git reset origin/$(git_current_branch) --hard` |
| `grs` | `git restore` | | `grs` | `git restore` |
| `grss` | `git restore --source` | | `grss` | `git restore --source` |

Loading…
Cancel
Save