mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge 8a7c7f16dc into 37c2d0ddd7
This commit is contained in:
commit
447998e9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,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 -u'
|
||||
alias gpv='git push -v'
|
||||
|
||||
alias gr='git remote'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue