github-compare
v1.0.0
Published
Compare git branches in the GitHub UI
Downloads
38
Readme
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...masterPass a branch name to the cli in order to compare with another branch than master, e.g.
$ github-compare another-branchFeel free to create a shorter alias to make this more convenient to use, e.g. compare.
Installation
$ npm install -g github-compareLicense
MIT
