mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue