|
|
|
|
|
by kettro
1881 days ago
|
|
I’ve used Gerrit at 3 different places, now including at Google. It is, by far, the best git experience. The patch workflow is smooth and just a great experience. It is vastly improved by some git aliases (which you can set up in your gitconfig), but is, in general, very smooth. It allows for local branches to a single upstream, topic tagging, and a reasonable learning curve. Much better than GH. It would be very well served to have a web-based offering (like GitHub/Lab). |
|
Can you explain what a "patch workflow" is and in what sense Github is not a "patch workflow"?
There's some confusion since some people associate "patch workflow" with an email-based workflow.