logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hub-browse - Open a GitHub repository in a web browser.

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

Name

       hub-browse - Open a GitHub repository in a web browser.

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").

See Also

hub-compare(1), hub(1)

hub version 2.14.2                                 24 Aug 2023                                     hub-browse(1)

Synopsis

hubbrowse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]

See Also