mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
docs(git): align gpristine
alias (#12155)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
5ea2c68be8
commit
1c8dee848d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue