Renamed ggsup to gbsup
Since GPSUP acronym stands for "Git Push Set Up Stream", I guess alias name for "Git Branch Set Up Stream" should be GBSUP, not GGSUP.
This commit is contained in:
parent
accdcb2f1c
commit
ddd5cb03f3
@ -152,7 +152,7 @@ compdef _git ggpull=git-checkout
|
|||||||
alias ggpush='git push origin $(git_current_branch)'
|
alias ggpush='git push origin $(git_current_branch)'
|
||||||
compdef _git ggpush=git-checkout
|
compdef _git ggpush=git-checkout
|
||||||
|
|
||||||
alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
|
alias gbsup='git branch --set-upstream-to=origin/$(git_current_branch)'
|
||||||
alias gpsup='git push --set-upstream origin $(git_current_branch)'
|
alias gpsup='git push --set-upstream origin $(git_current_branch)'
|
||||||
|
|
||||||
alias ghh='git help'
|
alias ghh='git help'
|
||||||
|
Loading…
Reference in New Issue
Block a user