mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added alias gbv -- git branch -av to git
This commit is contained in:
parent
ae6e6badd8
commit
943797cd45
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ alias gb='git branch'
|
||||||
compdef _git gb=git-branch
|
compdef _git gb=git-branch
|
||||||
alias gba='git branch -a'
|
alias gba='git branch -a'
|
||||||
compdef _git gba=git-branch
|
compdef _git gba=git-branch
|
||||||
|
alias gbv='git branch -av'
|
||||||
|
compdef _git gbv=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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue