mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
New alias for git plugin: gbr == git branch --remote
This commit is contained in:
parent
1b7a3ea99a
commit
9a0196dbf7
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ alias gb='git branch'
|
|||
compdef _git gb=git-branch
|
||||
alias gba='git branch -a'
|
||||
compdef _git gba=git-branch
|
||||
alias gbr='git branch --remote'
|
||||
alias gcount='git shortlog -sn'
|
||||
compdef gcount=git
|
||||
alias gcl='git config --list'
|
||||
|
|
Loading…
Reference in a new issue