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

https://github.com/tmcw/clone-pull-requests

re-file pull requests from one repository to another
https://github.com/tmcw/clone-pull-requests

Last synced: 9 months ago
JSON representation

re-file pull requests from one repository to another

Awesome Lists containing this project

README

          

# clone-pull-requests

Given a source repository and a destination repository, both on GitHub,
take all PRs on the source and recreate them on the destination.

## Install

```sh
$ npm install -g clone-pull-requests
```

## Options

```
Options:
--from source repo [required]
--to destination repo [required]
--branch destination branch [required]
```

## Example

```sh
$ clone-pull-requests --from=leereilly/swot --to=mapbox/swot --branch=master
```