mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge dd921531a0 into 5667161d49
This commit is contained in:
commit
c3b188649b
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,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