Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 774 Bytes

gh-browse-compare

A gh extension to aim to be a replacement of hub compare.

Installation

$ gh extension install kyanny/gh-browse-compare

Usage

$ gh browse-compare v1.0.0..main
$ gh browse-compare v1.0.0...main

You may want to add an alias.

$ gh alias set compare 'browse-compare'

This extension is an experimental implementation, so that it does not validate the command line argument and error handling is rough.

I created this extension rather than directly contributing to cli/cli to close cli/cli#4433 because I need to comply with this guidance. If I get a positive feedback, I am happy to submit a pull request to cli/cli.