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
- Host: GitHub
- URL: https://github.com/tmcw/clone-pull-requests
- Owner: tmcw
- Created: 2015-03-19T16:17:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T19:39:57.000Z (over 9 years ago)
- Last Synced: 2025-02-06T14:11:50.046Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```