add gpf alias to git plugin
This commit is contained in:
parent
d848c94804
commit
631edaf38a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user