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