mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-17 23:57:52 +08:00
Compare commits
3 Commits
8a68bf6772
...
cc73a929f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc73a929f6 | ||
|
|
aace3a6144 | ||
|
|
25368f9a65 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,4 +8,5 @@ log/
|
||||
.DS_Store
|
||||
|
||||
# editor configs
|
||||
.vscode
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
||||
"/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
|
||||
"/usr/share/google-cloud-sdk"
|
||||
"/snap/google-cloud-sdk/current"
|
||||
"/snap/google-cloud-cli/current"
|
||||
"/usr/lib/google-cloud-sdk"
|
||||
"/usr/lib64/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 |
|
||||
| gpoat | git push origin --all && git push origin --tags |
|
||||
| gpod | git push origin --delete |
|
||||
| gpr | git pull --rebase |
|
||||
| gpu | git push upstream |
|
||||
| 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'
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
alias gpod='git push origin --delete'
|
||||
alias gpr='git pull --rebase'
|
||||
alias gpu='git push upstream'
|
||||
alias gpv='git push --verbose'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user