mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
update git push aliases
This commit is contained in:
parent
fb18815c49
commit
fc7074f6d6
1 changed files with 5 additions and 1 deletions
|
|
@ -46,8 +46,12 @@ compdef _git gpr=git-pull
|
||||||
# git push
|
# git push
|
||||||
alias gP='git push'
|
alias gP='git push'
|
||||||
compdef _git gP=git-push
|
compdef _git gP=git-push
|
||||||
|
alias gPu='git push upstream'
|
||||||
|
compdef _git gPu=git-push
|
||||||
alias gPum='git push upstream master'
|
alias gPum='git push upstream master'
|
||||||
compdef _git gP=git-push
|
compdef _git gPum=git-push
|
||||||
|
alias gPgPu='git push && git push upstream'
|
||||||
|
compdef _git gPgPu=git-push
|
||||||
# git push dry run
|
# git push dry run
|
||||||
alias gPd='git push --dry-run'
|
alias gPd='git push --dry-run'
|
||||||
compdef _git gPd=git-push
|
compdef _git gPd=git-push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue