hub
TLDR
Clone repository
$ hub clone [user/repo]
Create pull request$ hub pull-request
Fork repository$ hub fork
Create issue$ hub issue create
Browse repository$ hub browse
Create release$ hub release create [tag]
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.


