Remix.run Logo
Kwpolska 4 hours ago

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

zdw 33 minutes ago | parent [-]

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.