Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-pull-request

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-pull-request

A cli utility to pull a remote branch based on a github PR number

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

git-pull-request

A node based cli utility to pull a remote branch based on a github PR number

Installation

npm install -g git-pull-request

Usage

gpr [-i | -l | -lsr | -p | -b <name> | -d | -D | -h | -v ] <pr#>

[-i | info]        Show the PR title and requestor for <pr#>.
[-l | | ls | list] List local gpr branches.
[-lsr | ls-remote] List 30 most recent open PRs.
[-p | pull]        Pull the remote branch for <pr#> to the current branch.
[-b | branch]      Create new branch <name> from master and pull. Defaults to 'gpr-<pr#>'
[-d | delete]      Delete the gpr-<pr#> branch.
[-D | Delete]      Force delete the gpr-<pr#> branch.
[-v | version]     git-pull-request version.
[-h | help ]       This help.
<pr#>              PR number to apply the command to. 

Keywords

FAQs

Package last updated on 11 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc