Skip to content

Commit

Permalink
Add git reset to origin alias to git plugin (ohmyzsh#7630)
Browse files Browse the repository at this point in the history
  • Loading branch information
teameh authored and lewg committed Nov 25, 2019
1 parent 4fb07ff commit 5c90f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -220,6 +220,7 @@ alias grbm='git rebase master'
alias grbs='git rebase --skip'
alias grh='git reset'
alias grhh='git reset --hard'
alias groh='git reset origin/$(git_current_branch) --hard'
alias grm='git rm'
alias grmc='git rm --cached'
alias grmv='git remote rename'
Expand Down

0 comments on commit 5c90f9e

Please sign in to comment.