>> Bergi <[email protected]> wrote: > Doesn't Git encourage us to create as many branches as we can, to share > our work and collaborate? Or should I publish my branch(es) somewhere > else, maybe without gerrit at all?
Sorry to say this and many people here might disagree: Forget 80% of git versatility when working with gerrit. No "git merge" (other than fast forward), no "git cherry-pick" (only -n) and branches are rarely useful for more than a local marker for commit. You are supposed to push one perfect commit for review; you might also push some with dependencies between them but then things get nasty. //Saper _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
