mirror of https://github.com/ohmyzsh/ohmyzsh.git
parent
a3afeca3eb
commit
0db7da0cd5
|
@ -202,6 +202,8 @@ alias gma='git merge --abort'
|
|||
|
||||
alias gp='git push'
|
||||
alias gpd='git push --dry-run'
|
||||
alias gpf='git push --force-with-lease'
|
||||
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