Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny authored Oct 5, 2023
1 parent 811012e commit 54ca0f4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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`.

0 comments on commit 54ca0f4

Please sign in to comment.