Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyoshidajp/gh-browse-pr

Open pull request in your current branch of the directory
https://github.com/kyoshidajp/gh-browse-pr

cli gh-extension go

Last synced: about 2 months ago
JSON representation

Open pull request in your current branch of the directory

Awesome Lists containing this project

README

        

# gh-browse-pr

`gh-browse-pr` is a GitHub CLI extention to open pull request in your current branch of the directory.

If a pull request already exists, it opens that page; otherwise, it opens the page where the pull request was created.

## Installation

1. Install the `gh` - see the [installation](https://github.com/cli/cli#installation)
1. Install this extension:

```sh
gh extension install kyoshidajp/gh-browse-pr
```

## Usage

Run in your git working directory.

```sh
gh browse-pr
```