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

https://github.com/jerrygreen/git-pr

a helper script for git and github to create new or open existing PR for your branch
https://github.com/jerrygreen/git-pr

git git-pr

Last synced: about 1 month ago
JSON representation

a helper script for git and github to create new or open existing PR for your branch

Awesome Lists containing this project

README

          

# git-pr

`git-pr` - a cli command that creates new / open existing PR on github

## Installation

> It uses [basher](https://github.com/basherpm/basher), a bash function manager

```bash
basher install jerrygreen/git-pr
```

## Usage

### `git-pr foo`

It will create a new branch "foo" and will open a github link suggesting to create a PR

### `git-pr`

It will open existing PR for current branch (no sense to call it from master)

## Contributing

If you want to contribute, look [`CONTRIBUTING.md`](/CONTRIBUTING.md)