Commit 74e7510a authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3014 from allister-lundberg/git_alias_gitbranchremote

New alias for git plugin: gbr == git branch --remote
parents c1cd9cb1 9a0196db
......@@ -53,6 +53,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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment