Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 470 Bytes

gh view GitHub CLI Extension

An extension for GitHub CLI that opens the current PR in your browser.

Installation

gh extension install mloberg/gh-view

Usage

gh view

If the current branch is a PR, it will open that.

If there is no PR for the branch, it will instead open the branch. You can also view a file in the current branch by passing the filename (and optional line).

gh view main.go
gh view main.go:312