DOKK / manpages / debian 10 / hub / hub-compare.1.en
HUB-COMPARE(1) Hub Manual HUB-COMPARE(1)

hub-compare - Open a GitHub compare page in a web browser.

hub compare [-u] [-b BASE] [USER] [[START...]END]

Print the URL instead of opening it.
Put the URL to clipboard instead of opening it.
Base branch to compare.
[START...]END
Branch names, tag names, or commit SHAs specifying the range to compare. END defaults to the current branch name.
If a range with two dots (A..B) is given, it will be transformed into a range with three dots.

$ hub compare refactor
> open https://github.com/USER/REPO/compare/refactor
$ hub compare v1.0..v1.1
> open https://github.com/USER/REPO/compare/v1.0...v1.1
$ hub compare -u jingweno feature
> echo https://github.com/jingweno/REPO/compare/feature

hub-browse(1), hub(1)

March 2019 GITHUB