blob: 777f56eed35325e666a605a23fd927240e0e1eda (
plain)
1
2
3
4
5
6
7
8
9
10
|
hub is a command line tool that wraps git in order to extend it
with extra features and commands that make working with GitHub
easier.
$ hub clone rtomayko/tilt
# expands to:
$ git clone https://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.
|