https://github.com/beldar/pullpr
Small node command line tool to quickly pull a Pull Request (PR) into a local branch
https://github.com/beldar/pullpr
Last synced: 3 months ago
JSON representation
Small node command line tool to quickly pull a Pull Request (PR) into a local branch
- Host: GitHub
- URL: https://github.com/beldar/pullpr
- Owner: beldar
- Created: 2016-01-22T12:34:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T12:37:22.000Z (over 10 years ago)
- Last Synced: 2025-03-23T07:41:22.408Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pullpr
Small node command line tool to quickly pull a Pull Request (PR) into a local branch to test it properly.
## Installation
`npm i pullpr -g`
## Usage
```
Usage: pullpr [options]
Options:
-h, --help output usage information
-V, --version output the version number
-b, --branch The branch name the PR is going to be copied to (defaults to PR id)
```