|
@@ -53,6 +53,7 @@ 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 gbr='git branch --remote'
|
|
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'
|