Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 383 Bytes

File metadata and controls

11 lines (10 loc) · 383 Bytes

git-diff-prs

A tool to list all the PRs between commits

Usage

$ gem install git-diff-prs
$ GITHUB_DIFF_PRS_TOKEN=<token> git-diff-prs v0.0.1..v0.0.4
- [ ] #1 Fix the command fails to parse a remote url when it does not start with ssh:// @hkurokawa
- [ ] #2 Fix the previous fix caused a regression @hkurokawa
- [ ] #3 Specify the latest Octokit version. @hkurokawa