Skip to content

Commit

Permalink
Merge pull request ohmyzsh#810 from cseeger/master
Browse files Browse the repository at this point in the history
Git Plugin: add 'grhh' alias for 'git reset HEAD --hard'
  • Loading branch information
robbyrussell committed Jan 22, 2012
2 parents 851aa9c + ae73533 commit 9863633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -36,6 +36,8 @@ alias ga='git add'
compdef _git ga=git-add
alias gm='git merge'
compdef _git gm=git-merge
alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'

# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
Expand Down

0 comments on commit 9863633

Please sign in to comment.