LinuxCommandLibrary

hub-browse

opens the GitHub repository page in your web browser

TLDR

Open repo in browser
$ hub browse
copy
Open issues page
$ hub browse -- issues
copy
Open pull requests
$ hub browse -- pulls
copy
Open specific issue
$ hub browse -- issues/[123]
copy
Open wiki
$ hub browse -- wiki
copy
Open different repo
$ hub browse [owner/repo]
copy

SYNOPSIS

hub browse [options] [owner/repo] [-- subpage]

DESCRIPTION

hub browse opens the GitHub repository page in your web browser. You can specify subpages like issues, pulls, wiki, commits, or specific file paths. Works with the current repository by default or specify another repo.

PARAMETERS

-u, --url

Print URL instead of opening browser.
-c, --copy
Copy URL to clipboard.
--
Separator for subpage path.

CAVEATS

Hub is deprecated. Consider using gh browse instead.

SEE ALSO

hub(1), gh-browse(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard