feat(git): add grst alias for git restore --staged (#8932)

Closes #8932
This commit is contained in:
Peter Babič 2020-05-15 11:01:18 +02:00 committed by Marc Cornellà
commit 0f6aa0182c
2 changed files with 2 additions and 0 deletions

View file

@ -136,6 +136,7 @@ plugins=(... git)
| grs | git restore |
| grset | git remote set-url |
| grss | git restore --source |
| grst | git restore --staged |
| grt | cd "$(git rev-parse --show-toplevel \|\| echo .)" |
| gru | git reset -- |
| grup | git remote update |