mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +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 gpd='git push --dry-run'
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
compdef _git gpoat=git-push
|
compdef _git gpoat=git-push
|
||||||
alias gpu='git push upstream'
|
alias gpu='git push --set-upstream'
|
||||||
alias gpv='git push -v'
|
alias gpv='git push -v'
|
||||||
|
|
||||||
alias gr='git remote'
|
alias gr='git remote'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue