This commit is contained in:
Andreas Grauel 2014-09-05 22:00:06 +00:00
commit 045fcb37a5

View file

@ -53,6 +53,7 @@ compdef _git grba=git-rebase
alias gb='git branch' alias gb='git branch'
compdef _git gb=git-branch compdef _git gb=git-branch
alias gba='git branch -a' alias gba='git branch -a'
alias gbnm='git branch --no-merged'
compdef _git gba=git-branch compdef _git gba=git-branch
alias gbr='git branch --remote' alias gbr='git branch --remote'
alias gcount='git shortlog -sn' alias gcount='git shortlog -sn'