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

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

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)
```