mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 745fb84830 into caa15548c1
This commit is contained in:
commit
cb8d581550
1 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,8 @@ alias gba='git branch -a'
|
||||||
compdef _git gba=git-branch
|
compdef _git gba=git-branch
|
||||||
alias gcount='git shortlog -sn'
|
alias gcount='git shortlog -sn'
|
||||||
compdef gcount=git
|
compdef gcount=git
|
||||||
alias gcp='git cherry-pick'
|
alias gchp='git cherry-pick'
|
||||||
compdef _git gcp=git-cherry-pick
|
compdef _git gchp=git-cherry-pick
|
||||||
alias glg='git log --stat --max-count=5'
|
alias glg='git log --stat --max-count=5'
|
||||||
compdef _git glg=git-log
|
compdef _git glg=git-log
|
||||||
alias glgg='git log --graph --max-count=5'
|
alias glgg='git log --graph --max-count=5'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue