GH-BROWSE(1) | GitHub CLI manual | GH-BROWSE(1) |
gh-browse - Open the repository in the browser
gh browse [<number> | <path> | <commit-SHA>] [flags]
Open the GitHub repository in the web browser.
$ gh browse #=> Open the home page of the current repository $ gh browse script/ #=> Open the script directory of the current repository $ gh browse 217 #=> Open issue or pull request 217 $ gh browse 77507cd94ccafcf568f8560cfecde965fcfa63 #=> Open commit page $ gh browse --settings #=> Open repository settings $ gh browse main.go:312 #=> Open main.go at line 312 $ gh browse main.go --branch bug-fix #=> Open main.go with the repository at head of bug-fix branch $ gh browse main.go --commit=77507cd94ccafcf568f8560cfecde965fcfa63 #=> Open main.go with the repository at commit 775007cd
gh(1)
Nov 2024 |