mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add grst alias for git restore --staged (#8932)
Closes #8932
This commit is contained in:
parent
3d6db32610
commit
0f6aa0182c
2 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ alias grrm='git remote remove'
|
|||
alias grs='git restore'
|
||||
alias grset='git remote set-url'
|
||||
alias grss='git restore --source'
|
||||
alias grst='git restore --staged'
|
||||
alias grt='cd "$(git rev-parse --show-toplevel || echo .)"'
|
||||
alias gru='git reset --'
|
||||
alias grup='git remote update'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue