Forrest logo
back to context overview

gh-browse

List of commands for gh-browse:

  • gh-browse:tldr:0ef10 gh-browse: Open the settings page of the current repository in the default web browser.
    $ gh browse --settings
    try on your machine
    explain this command
  • gh-browse:tldr:18a1d gh-browse: Open the homepage of the current repository in the default web browser.
    $ gh browse
    try on your machine
    explain this command
  • gh-browse:tldr:64e8b gh-browse: Open the wiki of the current repository in the default web browser.
    $ gh browse --wiki
    try on your machine
    explain this command
  • gh-browse:tldr:888b8 gh-browse: Print the destination URL without open the web browser.
    $ gh browse --no-browser
    try on your machine
    explain this command
  • gh-browse:tldr:99190 gh-browse: Open a specific issue or pull request in the web browser.
    $ gh browse ${select}
    try on your machine
    explain this command
  • gh-browse:tldr:dd9d7 gh-browse: Open a specific branch in the web browser.
    $ gh browse --branch ${branch_name}
    try on your machine
    explain this command
  • gh-browse:tldr:e4d1a gh-browse: Open the homepage of a specific repository in the default web browser.
    $ gh browse ${owner}/${repository}
    try on your machine
    explain this command
back to context overview