hub

make git easier with GitHub

Description

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 <command>" 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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/github/hub


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install hub