mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
merged issue with gcp
This commit is contained in:
parent
615e41b0ec
commit
d306bbd1c2
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ compdef _git gba=git-branch
|
||||||
alias gcount='git shortlog -sn'
|
alias gcount='git shortlog -sn'
|
||||||
compdef gcount=git
|
compdef gcount=git
|
||||||
alias gcl='git config --list'
|
alias gcl='git config --list'
|
||||||
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