mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-12 20:21:02 +01:00
parent
aace3a6144
commit
cc73a929f6
2 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,7 @@ plugins=(... git)
|
||||||
| gpf | git push --force-with-lease (git version < 2.30) |
|
| gpf | git push --force-with-lease (git version < 2.30) |
|
||||||
| gpf! | git push --force |
|
| gpf! | git push --force |
|
||||||
| gpoat | git push origin --all && git push origin --tags |
|
| gpoat | git push origin --all && git push origin --tags |
|
||||||
|
| gpod | git push origin --delete |
|
||||||
| gpr | git pull --rebase |
|
| gpr | git pull --rebase |
|
||||||
| gpu | git push upstream |
|
| gpu | git push upstream |
|
||||||
| gpv | git push --verbose |
|
| gpv | git push --verbose |
|
||||||
|
|
|
@ -242,6 +242,7 @@ is-at-least 2.30 "$git_version" \
|
||||||
|| alias gpf='git push --force-with-lease'
|
|| alias gpf='git push --force-with-lease'
|
||||||
alias gpf!='git push --force'
|
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'
|
||||||
|
alias gpod='git push origin --delete'
|
||||||
alias gpr='git pull --rebase'
|
alias gpr='git pull --rebase'
|
||||||
alias gpu='git push upstream'
|
alias gpu='git push upstream'
|
||||||
alias gpv='git push --verbose'
|
alias gpv='git push --verbose'
|
||||||
|
|
Loading…
Reference in a new issue