mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new git alias: gPum
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
5498409f7e
commit
105e184612
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ compdef _git gpr=git-pull
|
|||
# git push
|
||||
alias gP='git push'
|
||||
compdef _git gP=git-push
|
||||
alias gPum='git push upstream master'
|
||||
compdef _git gP=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