GH-BROWSE(1) GitHub CLI manual GH-BROWSE(1) (NAME) gh-browse - (SYNOPSIS) gh browse [ | | ] [flags] (DESCRIPTION) : o (Issues) o (Pull requests) o o o (OPTIONS) -a, --actions (Actions) --blame blame -b, --branch -c, --commit (SHA) -n, --no-browser (URL) -p, --projects -r, --releases (Releases) -R, --repo <[HOST/]OWNER/REPO> [HOST/]OWNER/REPO -s, --settings -w, --wiki (Wiki) (EXIT CODES) 0: 1: 2: 4: : . . (EXAMPLES) # $ gh browse # script $ gh browse script/ # 217 $ gh browse 217 # $ gh browse 77507cd94ccafcf568f8560cfecde965fcfa63 # $ gh browse --settings # main.go 312 $ gh browse main.go:312 # blame main.go 312 $ gh browse main.go:312 --blame # main.go bug-fix $ gh browse main.go --branch bug-fix # main.go 775007cd $ gh browse main.go --commit=77507cd94ccafcf568f8560cfecde965fcfa63 (SEE ALSO) gh(1) Sep 2026 GH-BROWSE(1)