hub

A wrapper for Git that adds commands for working with GitHub-based projects. If set up as instructed by hub alias, one can use git to run hub commands. More information: <https://hub.github.com>.

Debian Debian
RUN apt-get update && \ apt-get install -y hub
Ubuntu
RUN apt-get update && \ apt-get install -y hub
Alpine
RUN apk add hub
Arch Arch Linux
RUN pacman -S --noconfirm hub
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y hub
Fedora
RUN dnf install -y hub
click the source code to copy install hub on any operating system with command-not-found.com