Package: hub Source: hub (2.14.2~ds1-1) Version: 2.14.2~ds1-1+b4 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 6609 Depends: libc6 (>= 2.4), git Recommends: xsel | xclip Built-Using: golang-1.15 (= 1.15.9-6), golang-blackfriday-v2 (= 2.0.1-3), golang-github-atotto-clipboard (= 0.1.2-1), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-1), golang-github-mattn-go-colorable (= 0.1.7-1), golang-github-mattn-go-isatty (= 0.0.12-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1), golang-golang-x-text (= 0.3.6-1), golang-toml (= 0.3.1-1), golang-yaml.v2 (= 2.4.0-1) Section: net Priority: optional Homepage: https://github.com/github/hub Description: make git easier with GitHub 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.