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:
Quentin Dreyer 2017-10-17 10:24:49 +02:00 committed by GitHub
parent accdcb2f1c
commit ddd5cb03f3

View File

@ -152,7 +152,7 @@ compdef _git ggpull=git-checkout
alias ggpush='git push origin $(git_current_branch)'
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 ghh='git help'