Hacker News new | ask | show | jobs
by aeorgnoieang 3734 days ago
There's a Gerrit service that integrates with GitHub:

- [Gerrit Code Review for GitHub](http://gerrithub.io/)

2 comments

If only it was only code review. This is basically another GitHub git hosting service using gerrit, and it syncs to github for open source projects.

I don't want a new hosting service, I just want a code review process on top of GitHub.

Try https://reviewable.io then. Just code review, runs on top of GitHub, no extra repos to manage. (Disclosure: I'm the founder.)
Try Phabricator (http://phabricator.org/), you can point it at a remote repository without hosting it.
I'm confused. It syncs (some of) your repos and any PRs in them, so what else do you need to do with it besides code review instead of with GitHub?
nice one. Would be great to know if somebody has experiences with it?!