do not correct git commands

This commit is contained in:
Marcelo Eden 2012-08-14 10:23:54 -03:00
commit 2e60d4b09f
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,8 @@ alias gm='git merge'
compdef _git gm=git-merge
alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'
alias gt="git tag"
compdef _git gt=git-tag
# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'