Commit 52737b18 authored by Filippo Valsorda's avatar Filippo Valsorda
Browse files

git.plugin: remove the conflicting gvt alias

See FiloSottile/gvt#19 and FiloSottile/gvt#4
parent a38d7cf5
......@@ -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--"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment