logoalt Hacker News

Kwpolskatoday at 5:52 PM1 replyview on HN

The deployment may be simple, but at the same time, the Gerrit code review workflow is terrible.


Replies

zdwtoday at 8:52 PM

I personally find the rebase and stacking commit focused method of integration that Gerrit uses to be easier and cleaner than PR's in GitHub.

Having done CI integrations with both, Gerrit's APIs send pre- and post-merge events through the same channel, instead of needing multiple separate listeners like GitHub.