LinuxCommandLibrary

hub

TLDR

Clone repository

$ hub clone [user/repo]
copy
Create pull request
$ hub pull-request
copy
Fork repository
$ hub fork
copy
Create issue
$ hub issue create
copy
Browse repository
$ hub browse
copy
Create release
$ hub release create [tag]
copy

SYNOPSIS

hub command [options]

DESCRIPTION

hub extends git with GitHub integration. It adds commands for pull requests, forks, issues, and other GitHub operations.
The tool wraps git commands and adds GitHub-specific functionality. It can be aliased as git for seamless integration.
hub adds GitHub features to git.

PARAMETERS

COMMAND

GitHub command.
clone
Clone repository.
pull-request
Create pull request.
fork
Fork repository.
issue
Issue operations.
browse
Open in browser.
release
Release management.
--help
Display help information.

CAVEATS

Superseded by GitHub CLI (gh). Requires authentication. Git wrapper.

HISTORY

hub was created by GitHub as a command-line wrapper for git, later superseded by the official gh CLI.

SEE ALSO

gh(1), git(1), gist(1)

Copied to clipboard