
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 --settingstry on your machineexplain this command
-
gh-browse:tldr:18a1d gh-browse: Open the homepage of the current repository in the default web browser.$ gh browsetry on your machineexplain this command
-
gh-browse:tldr:64e8b gh-browse: Open the wiki of the current repository in the default web browser.$ gh browse --wikitry on your machineexplain this command
-
gh-browse:tldr:888b8 gh-browse: Print the destination URL without open the web browser.$ gh browse --no-browsertry on your machineexplain 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 machineexplain this command
-
gh-browse:tldr:dd9d7 gh-browse: Open a specific branch in the web browser.$ gh browse --branch ${branch_name}try on your machineexplain 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 machineexplain this command