mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
docs(git): align gpristine
alias (#12155)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
5ea2c68be8
commit
1c8dee848d
@ -163,7 +163,7 @@ plugins=(... git)
|
||||
| `grhh` | `git reset --hard` |
|
||||
| `grhk` | `git reset --keep` |
|
||||
| `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` |
|
||||
| `grs` | `git restore` |
|
||||
| `grss` | `git restore --source` |
|
||||
|
Loading…
Reference in New Issue
Block a user