npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

github-compare

1.0.0

@juliangruber

npmHomeRepoSnykSocket
Downloads:85
$ npm install github-compare
DailyWeeklyMonthlyYearly

github-compare

Compare git branches in the GitHub UI.

Example

$ cd some-repo
$ git checkout some-branch
$ github-compare
$ # opens browser at https://github.com/your-name/some-repo/compare/some-branch...master

Pass a branch name to the cli in order to compare with another branch than master, e.g.

$ github-compare another-branch

Feel free to create a shorter alias to make this more convenient to use, e.g. compare.

Installation

$ npm install -g github-compare

License

MIT