Package hub
- hub(1) β make git easier with GitHub
- 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.