1.0.0 • Published 10 years ago

github-compare v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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