-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# gh-browse-compare | ||
|
||
A `gh` extension to aim to be a replacement of `hub compare`. | ||
|
||
``` | ||
$ 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 https://github.com/cli/cli/issues/4433 because I need to comply with [this guidance](https://github.com/cli/cli/blob/trunk/docs/working-with-us.md). If I get a positive feedback, I am happy to submit a pull request to `cli/cli`. |