mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
feat(git): add greva
and grevc
aliases (#12042)
This commit is contained in:
parent
cb7ff9fb14
commit
8be4789bbb
1 changed files with 2 additions and 0 deletions
|
@ -354,6 +354,8 @@ alias grss='git restore --source'
|
|||
alias grst='git restore --staged'
|
||||
alias gunwip='git rev-list --max-count=1 --format="%s" HEAD | grep -q "\--wip--" && git reset HEAD~1'
|
||||
alias grev='git revert'
|
||||
alias greva='git revert --abort'
|
||||
alias grevc='git revert --continue'
|
||||
alias grm='git rm'
|
||||
alias grmc='git rm --cached'
|
||||
alias gcount='git shortlog --summary --numbered'
|
||||
|
|
Loading…
Reference in a new issue