1. hub-browse(1)
  2. hub 手册
  3. hub-browse(1)

在 Web 浏览器中打开 GitHub 代码库。

概要

hub browse [-uc] [[USER/]REPOSITORY|--] [SUBPAGE]

选项

-u, --url
打印 URL,而不是打开它。
-c, --copy
将 URL 放入剪贴板,而不是打开它。
[USER/]REPOSITORY
默认为使用当前工作目录中的代码库。
SUBPAGE
包括“wiki”、“commits”、“issues”或其他内容(默认为:“tree”)。

示例

$ 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

另请参阅

hub-compare(1)hub(1)