Update git.plugin.zsh

This commit is contained in:
Celestino Gomes 2016-05-23 15:05:20 -03:00
commit 57ca56e350

View file

@ -217,5 +217,3 @@ 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--"'
alias gitrmdeleted="git ls-files --deleted -z | xargs -0 git rm -r"
alias gitgcprune="git remote prune origin ; git gc --prune --aggressive"