mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add gpf alias to git plugin
This commit is contained in:
parent
d848c94804
commit
631edaf38a
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ alias gmum='git merge upstream/master'
|
||||||
|
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias gpd='git push --dry-run'
|
alias gpd='git push --dry-run'
|
||||||
|
alias gpf='git push --force'
|
||||||
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 upstream'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue