mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
gPum / gPgPum aliases
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
1190097e4c
commit
0602c1ad00
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ alias gPum='git push upstream master'
|
|||
compdef _git gPum=git-push
|
||||
alias gPgPu='git push && git push upstream'
|
||||
compdef _git gPgPu=git-push
|
||||
alias gPgPum='git push && git push upstream master'
|
||||
compdef _git gPgPum=git-push
|
||||
# git push dry run
|
||||
alias gPd='git push --dry-run'
|
||||
compdef _git gPd=git-push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue