|
@@ -163,6 +163,8 @@ plugins=(... git)
|
|
|
| `grh` | `git reset` |
|
|
|
| `gru` | `git reset --` |
|
|
|
| `grhh` | `git reset --hard` |
|
|
|
+| `grhk` | `git reset --keep` |
|
|
|
+| `grhs` | `git reset --soft` |
|
|
|
| `gpristine` | `git reset --hard && git clean -dffx` |
|
|
|
| `groh` | `git reset origin/$(git_current_branch) --hard` |
|
|
|
| `grs` | `git restore` |
|