Support the browsing of other Git remotes/branches.

This commit is contained in:
Sorin Ionescu 2012-01-19 17:32:27 -05:00
commit 66c4aae59e
3 changed files with 53 additions and 4 deletions

View file

@ -182,6 +182,8 @@ alias ghc='git remote prune'
compdef _git ghc=git-remote
alias ghs='git remote show'
compdef _git ghs=git-remote
alias ghb='git-hub'
compdef _git-hub ghb=git-hub
# Stash (t)
alias gta='git stash apply'