Package: hub Source: hub (2.14.2~ds1-1) Version: 2.14.2~ds1-1+b23 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 7506 Depends: libc6 (>= 2.34), git Recommends: xsel | xclip Built-Using: golang-1.24 (= 1.24.4-1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-atotto-clipboard (= 0.1.4-1), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.20-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-go.crypto (= 1:0.25.0-1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-term (= 0.22.0-1), golang-golang-x-text (= 0.22.0-1), golang-toml (= 1.4.0-1), golang-yaml.v2 (= 2.4.0-5) 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.