pkgsrc/net/hub/DESCR
wiz 83e544f6a9 hub: adapt github URL in DESCR
github deprecated git://
2022-01-11 07:51:58 +00:00

10 lines
340 B
Text

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.