mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Add alias for force git push
This commit is contained in:
parent
d848c94804
commit
9e5b5150dd
1 changed files with 2 additions and 0 deletions
|
|
@ -189,6 +189,8 @@ alias gmum='git merge upstream/master'
|
|||
|
||||
alias gp='git push'
|
||||
alias gpd='git push --dry-run'
|
||||
alias gpf='git push --force'
|
||||
alias gpfl='git push --force-with-lease'
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
compdef _git gpoat=git-push
|
||||
alias gpu='git push upstream'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue