Skip to content

Commit

Permalink
feat(git): add greva and grevc aliases (ohmyzsh#12042)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem authored Jan 13, 2024
1 parent cb7ff9f commit 8be4789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8be4789

Please sign in to comment.