Man page - hub-browse(1)
Packages contas this manual
- hub-checkout(1)
- hub-fetch(1)
- hub-am(1)
- hub-release(1)
- hub-submodule(1)
- hub-merge(1)
- hub(1)
- hub-fork(1)
- hub-sync(1)
- hub-pull-request(1)
- hub-init(1)
- hub-help(1)
- hub-remote(1)
- hub-clone(1)
- hub-create(1)
- hub-pr(1)
- hub-alias(1)
- hub-compare(1)
- hub-push(1)
- hub-api(1)
- hub-apply(1)
- hub-gist(1)
- hub-browse(1)
- hub-cherry-pick(1)
- hub-issue(1)
- hub-delete(1)
- hub-ci-status(1)
Package: hub
apt-get install hub
apt-get install hub
Manuals in package:
Documentations in package:
Manual
| hub-browse(1) | hub manual | hub-browse(1) |
NAME
hub-browse - Open a GitHub repository in a web browser.
SYNOPSIS
hub browse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]
OPTIONS
-u, --url
Print the URL instead of opening it.
-c, --copy
Put the URL in clipboard instead of opening it.
[USER/]REPOSITORY
Defaults to repository in the current working
directory.
SUBPAGE
One of "wiki", "commits",
"issues", or other (default: "tree").
EXAMPLES
$ hub browse > open https://github.com/REPO $ hub browse -- issues > open https://github.com/REPO/issues $ hub browse jingweno/gh > open https://github.com/jingweno/gh $ hub browse gh wiki > open https://github.com/USER/gh/wiki
SEE ALSO
hub-compare(1), hub(1)
| 22 Jun 2025 | hub version 2.14.2 |