Socket
Socket
Sign inDemoInstall

git-list-prs

Package Overview
Dependencies
88
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-list-prs

List your pending PRs or PRs you need to review


Version published
Weekly downloads
6
Maintainers
1
Install size
11.8 MB
Created
Weekly downloads
 

Readme

Source

git list-prs

Tool to help you easily switch between your open PRs (or PRs you were asked to review).

Installation

Run

npm i git-list-prs

Then in your repo run git config github.apiKey <YOUR_GITHUB_API_KEY> (you can get GH api key from GitHub settings page).

Usage

Run git list-prs to list your open PRs or git list-prs -r to list open PRs you're assigned as a reviewer to.

Selecting from the list will checkout the PR branch. If you're running with -r it will also fetch the branch from remote origin and will try to do a fast-forward merge to ensure you're on the most recent commit.

FAQs

Last updated on 31 Oct 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc