mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 533f01ec48 into 140034605e
This commit is contained in:
commit
f180126b90
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ alias ggpur='git pull --rebase origin $(current_branch)'
|
||||||
compdef ggpur=git
|
compdef ggpur=git
|
||||||
alias ggpush='git push origin $(current_branch)'
|
alias ggpush='git push origin $(current_branch)'
|
||||||
compdef ggpush=git
|
compdef ggpush=git
|
||||||
|
alias ggfpush='git push origin +$(current_branch)'
|
||||||
|
compdef ggfpush=git
|
||||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
||||||
compdef ggpnp=git
|
compdef ggpnp=git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue