mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-24 01:37:27 +08:00
Compare commits
2 Commits
379fe0fe13
...
45571bfa03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45571bfa03 | ||
|
|
87f1941d27 |
@ -120,7 +120,6 @@ plugins=(... git)
|
|||||||
| gma | git merge --abort |
|
| gma | git merge --abort |
|
||||||
| gp | git push |
|
| gp | git push |
|
||||||
| gpd | git push --dry-run |
|
| gpd | git push --dry-run |
|
||||||
| gpf | git push --force-with-lease |
|
|
||||||
| gpf | git push --force-with-lease --force-if-includes (git version >= 2.30) |
|
| gpf | git push --force-with-lease --force-if-includes (git version >= 2.30) |
|
||||||
| 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 |
|
||||||
|
|||||||
@ -104,7 +104,7 @@ compdef _git gccd=git-clone
|
|||||||
|
|
||||||
alias gcl='git clone --recurse-submodules'
|
alias gcl='git clone --recurse-submodules'
|
||||||
alias gclean='git clean --interactive -d'
|
alias gclean='git clean --interactive -d'
|
||||||
alias gpristine='git reset --hard && git clean --force -dx'
|
alias gpristine='git reset --hard && git clean --force -dfx'
|
||||||
alias gcm='git checkout $(git_main_branch)'
|
alias gcm='git checkout $(git_main_branch)'
|
||||||
alias gcd='git checkout $(git_develop_branch)'
|
alias gcd='git checkout $(git_develop_branch)'
|
||||||
alias gcmsg='git commit --message'
|
alias gcmsg='git commit --message'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user