Browse code

Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'

Chad Seeger authored on 09/01/2012 at 23:19:19
Showing 1 changed files
... ...
@@ -36,8 +36,8 @@ alias ga='git add'
36 36
 compdef _git ga=git-add
37 37
 alias gm='git merge'
38 38
 compdef _git gm=git-merge
39
+alias grh='git reset HEAD'
39 40
 alias grhh='git reset HEAD --hard'
40
-compdef _git grhh=git-reset-head-hard
41 41
 
42 42
 # Git and svn mix
43 43
 alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'