Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samugi/gh-compr


https://github.com/samugi/gh-compr

gh-extension

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gh-compr

A simple script I made to help me review cherry-picked pull requests where diffs are expected to be similar.
It fetches the PRs' diffs using the GitHub API so it works on deleted branches too.
It outputs a (cleaned up) diff of the PRs' diffs to highlight any differences.

## Installation

```bash
gh extension install https://github.com/samugi/gh-compr
```

## Usage

```bash
gh compr [-o output.diff]
Diff saved to output.diff
```