add gpf alias to git plugin

This commit is contained in:
Yago Nobre 2017-09-11 10:17:06 -03:00
parent d848c94804
commit 631edaf38a

View File

@ -189,6 +189,7 @@ alias gmum='git merge upstream/master'
alias gp='git push'
alias gpd='git push --dry-run'
alias gpf='git push --force'
alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push
alias gpu='git push upstream'