git.plugin: remove the conflicting gvt alias

See FiloSottile/gvt#19 and FiloSottile/gvt#4
This commit is contained in:
Filippo Valsorda 2016-02-10 18:31:49 +00:00
parent a38d7cf54a
commit 52737b1828
1 changed files with 0 additions and 2 deletions

View File

@ -213,7 +213,5 @@ alias gup='git pull --rebase'
alias gupv='git pull --rebase -v'
alias glum='git pull upstream master'
alias gvt='git verify-tag'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--"'