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

https://github.com/chdsbd/git-open-pull-request

Open a pull request for the current branch in your browser
https://github.com/chdsbd/git-open-pull-request

Last synced: 11 days ago
JSON representation

Open a pull request for the current branch in your browser

Awesome Lists containing this project

README

          

# git-open-pull-request

CLI to open a pull request for the current branch on GitHub.

## Usage

```bash
git open-pull-request
```

## Installation

```bash
brew install chdsbd/tap/git-open-pull-request
```

## Releasing a New Version

1. Tag and push to origin:

```sh
git tag v0.1.0
git push origin v0.1.0
```

2. Get the sha256 of the release tarball:

```sh
curl -sL https://github.com/chdsbd/git-open-pull-request/archive/refs/tags/.tar.gz | shasum -a 256
```

3. Update the `sha256` and `url` in the formula file under .