mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
fix git alias
This commit is contained in:
parent
b3fb83b2d6
commit
dc8c14c22a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ alias gPf='git push --force'
|
|||
compdef _git gPf=git-push
|
||||
alias gPhm='git push heroku master'
|
||||
# git push origin
|
||||
alias gPof='git push origin'
|
||||
alias gPo='git push origin'
|
||||
# git push origin force
|
||||
alias gPof='git push origin --force'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue