Add gpsuo git alias
This alias is for pushing a new git branch to the origin remote.
This commit is contained in:
parent
6ee6a734c2
commit
9ab5dad39e
@ -190,6 +190,7 @@ alias gp='git push'
|
||||
alias gpd='git push --dry-run'
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
compdef _git gpoat=git-push
|
||||
alias gpsuo='git push --set-upstream origin $(current_branch)'
|
||||
alias gpu='git push upstream'
|
||||
alias gpv='git push -v'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user