Skip to content

Commit 54ca0f4

Browse files
authored
Create README.md
1 parent 811012e commit 54ca0f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# gh-browse-compare
2+
3+
A `gh` extension to aim to be a replacement of `hub compare`.
4+
5+
```
6+
$ gh browse-compare v1.0.0..main
7+
$ gh browse-compare v1.0.0...main
8+
```
9+
10+
You may want to add an alias.
11+
12+
```
13+
$ gh alias set compare 'browse-compare'
14+
```
15+
16+
This extension is an experimental implementation, so that it does not validate the command line argument and error handling is rough.
17+
18+
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 commit comments

Comments
 (0)