Add alias for force git push
This commit is contained in:
parent
d848c94804
commit
9e5b5150dd
@ -189,6 +189,8 @@ alias gmum='git merge upstream/master'
|
|||||||
|
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias gpd='git push --dry-run'
|
alias gpd='git push --dry-run'
|
||||||
|
alias gpf='git push --force'
|
||||||
|
alias gpfl='git push --force-with-lease'
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
compdef _git gpoat=git-push
|
compdef _git gpoat=git-push
|
||||||
alias gpu='git push upstream'
|
alias gpu='git push upstream'
|
||||||
|
Loading…
Reference in New Issue
Block a user