浏览代码

Merge pull request #3014 from allister-lundberg/git_alias_gitbranchremote

New alias for git plugin: gbr == git branch --remote
Robby Russell 10 年之前
父节点
当前提交
74e7510a7d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/git/git.plugin.zsh

+ 1 - 0
plugins/git/git.plugin.zsh

@@ -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'