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
- Host: GitHub
- URL: https://github.com/chdsbd/git-open-pull-request
- Owner: chdsbd
- Created: 2026-04-05T23:32:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-05T23:39:19.000Z (3 months ago)
- Last Synced: 2026-06-02T03:00:08.486Z (19 days ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .