How are DVCS used in large teams?

前端 未结 6 826
我在风中等你
我在风中等你 2021-01-31 03:24

I\'ve recently started getting into Git on a personal project, and I can see how a DVCS might benefit us at work (which is a large enterprise software company, currently running

6条回答
  •  终归单人心
    2021-01-31 04:21

    It's probably best to look into how the linux kernel developers work. They have quite a complex workflow where changes are submitted from many sources, and then trusted developers for each subsytem (called lieutenants) pull in the changes, and when they're happy submit them to Linus, who eventually either pulls them into his tree or rejects them. Of course it's more complex than that, but that's a general overview.

提交回复
热议问题