mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
adds git branch --no-merged as to git plugin
alias is gbnm
This commit is contained in:
parent
2cc4801bd2
commit
a7297ba3fe
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ compdef _git grba=git-rebase
|
|||
alias gb='git branch'
|
||||
compdef _git gb=git-branch
|
||||
alias gba='git branch -a'
|
||||
alias gbnm='git branch --no-merged'
|
||||
compdef _git gba=git-branch
|
||||
alias gcount='git shortlog -sn'
|
||||
compdef gcount=git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue