mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-25 01:47:25 +08:00
Compare commits
3 Commits
8a68bf6772
...
cc73a929f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc73a929f6 | ||
|
|
aace3a6144 | ||
|
|
25368f9a65 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ log/
|
|||||||
|
|
||||||
# editor configs
|
# editor configs
|
||||||
.vscode
|
.vscode
|
||||||
|
.idea
|
||||||
|
|||||||
@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
|||||||
"/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
|
"/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
|
||||||
"/usr/share/google-cloud-sdk"
|
"/usr/share/google-cloud-sdk"
|
||||||
"/snap/google-cloud-sdk/current"
|
"/snap/google-cloud-sdk/current"
|
||||||
|
"/snap/google-cloud-cli/current"
|
||||||
"/usr/lib/google-cloud-sdk"
|
"/usr/lib/google-cloud-sdk"
|
||||||
"/usr/lib64/google-cloud-sdk"
|
"/usr/lib64/google-cloud-sdk"
|
||||||
"/opt/google-cloud-sdk"
|
"/opt/google-cloud-sdk"
|
||||||
|
|||||||
@ -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 New Issue
Block a user