Hub
- hub-alias(1) Show shell instructions for wrapping git.
- hub-am(1) Replicate commits from a GitHub pull request locally.
- hub-api(1) Low-level GitHub API request interface.
- hub-apply(1) Download a patch from GitHub and apply it locally.
- hub-browse(1) Open a GitHub repository in a web browser.
- hub-checkout(1) Check out the head of a pull request as a local branch.
- hub-cherry-pick(1) Cherry-pick a commit from a fork on GitHub.
- hub-ci-status(1) Display status of GitHub checks for a commit.
- hub-clone(1) Clone a repository from GitHub.
- hub-compare(1) Open a GitHub compare page in a web browser.
- hub-create(1) Create a new repository on GitHub and add a git remote for it.
- hub-delete(1) Delete an existing repository on GitHub.
- hub-fetch(1) Add missing remotes prior to performing git fetch.
- hub-fork(1) Fork the current repository on GitHub and add a git remote for it.
- hub-gist(1) Create and print GitHub Gists
- hub-help(1) Show the help page for a command.
- hub-init(1) Initialize a git repository and add a remote pointing to GitHub.
- hub-issue(1) Manage GitHub Issues for the current repository.
- hub-merge(1) Merge a pull request locally with a message like the GitHub Merge Button.
- hub-pr(1) Manage GitHub Pull Requests for the current repository.
- hub-pull-request(1) Create a GitHub Pull Request.
- hub-push(1) Push a git branch to each of the listed remotes.
- hub-release(1) Manage GitHub Releases for the current repository.
- hub-remote(1) Add a git remote for a GitHub repository.
- hub-submodule(1) Add a git submodule for a GitHub repository.
- hub-sync(1) Fetch git objects from upstream and update local branches.
- hub(1) make git easier with GitHub