mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Change upstream to --set-upstream
This commit is contained in:
parent
599831b85a
commit
dd921531a0
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,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 gpu='git push upstream'
|
||||
alias gpu='git push --set-upstream'
|
||||
alias gpv='git push -v'
|
||||
|
||||
alias gr='git remote'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue