hub

Add GitHub support to git on the command-line

brewmacoslinux
Try with needOr install directly
Source

About

Add GitHub support to git on the command-line

Commands

hub

Examples

Create a pull request from the command line$ hub pull-request -m 'Fix bug in parser'
Clone a GitHub repository using shorthand$ hub clone owner/repo
Create a new GitHub repository and push local code$ hub create && git push -u origin HEAD