
Hub is a command line tool that wraps git in order to extend it with extra functionality that make working with GitHub easier.
$ hub clone rtomayko/tilt
# expands to: $ git clone git://github.com/rtomayko/tilt.git
hub is best aliased as git, so you can type "git
" in the shell and get all the usual hub features.
You should place this command in your .bash_profile or other startup script:
eval "$(hub alias -s)"
This package contains the binaries.