Rename git-hub to git-hub-browse

This commit is contained in:
Sorin Ionescu 2012-09-24 18:10:01 -04:00
parent e43f2b2659
commit 7dd78595ae
3 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ alias gRm='git remote rename'
alias gRu='git remote update' alias gRu='git remote update'
alias gRc='git remote prune' alias gRc='git remote prune'
alias gRs='git remote show' alias gRs='git remote show'
alias gRb='git-hub' alias gRb='git-hub-browse'
# Stash (s) # Stash (s)
alias gs='git stash' alias gs='git stash'

View File

@ -2,7 +2,7 @@
#autoload #autoload
# #
# Completes git-hub. # Completes git-hub-browse
# #
# Authors: # Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>