Skip to content

Commit

Permalink
Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Seeger committed Jan 9, 2012
1 parent 9ac98f6 commit ae73533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git/git.plugin.zsh
Expand Up @@ -36,8 +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'
compdef _git 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 ae73533

Please sign in to comment.