mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
fix gprum and gprom
This commit is contained in:
parent
52eb39afaf
commit
db75cf7b79
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ compdef _git gl=git-pull
|
||||||
alias gpr='git pull --rebase --recurse-submodules'
|
alias gpr='git pull --rebase --recurse-submodules'
|
||||||
compdef _git gpr=git-pull
|
compdef _git gpr=git-pull
|
||||||
# Git rebase current master branch against master branch on upstream
|
# Git rebase current master branch against master branch on upstream
|
||||||
alias gprum='git pull --rebase upstream master'
|
alias gprum='git pull --rebase --recurse-submodules upstream master'
|
||||||
|
alias gprom='git pull --rebase --recurse-submodules origin master'
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# git push (gP)
|
# git push (gP)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue