zsh alias for push branch to remote repository

gp='git push'
gpv='git push -v'
'gpf!'='git push --force'