What makes merging in DVCS easy?

后端 未结 9 1162
有刺的猬
有刺的猬 2020-11-30 20:04

I read at Joel on Software:

With distributed version control, the distributed part is actually not the most interesting part.

The inte

9条回答
  •  伪装坚强ぢ
    2020-11-30 20:47

    May be DVCS users just never do things that make merging hard like refactorings that change and rename/copy most files in the project, or redesigning from stratch APIs that are used in the hundrends of files.

提交回复
热议问题