1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 12:42:07 +02:00
tldr/pages/common/hub-browse.md
WangLinSongss 4a15348827
hub-*: add page (#11228)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 10:40:02 +02:00

536 B

hub browse

Open a GitHub repository in the browser or print the URL. More information: https://cli.github.com/manual/hub_browse.

  • Open the homepage of the current repository in the default web browser:

hub browse

  • Open the homepage of a specific repository in the default web browser:

hub browse {{owner}}/{{repository}}

  • Open the subpage of a specific repository in the default web browser, subpage can be "wiki", "commits", "issues", or other (default: "tree"):

hub browse {{owner}}/{{repository}} {{subpage}}