How can I sanely approach version control and Core Data models?

后端 未结 3 1878
悲&欢浪女
悲&欢浪女 2021-02-15 15:36

When we put Core Data model files under version control with git, we always have a horrible time merging changes - the only sure fire way we\'ve found to avoid having to merge i

3条回答
  •  攒了一身酷
    2021-02-15 16:15

    As far as I have seen, there is no saner way at this time because the model is stored in a format that does not lend itself to merging. Normally I do exactly what you do, have one person working on the model at a time to avoid collisions.

提交回复
热议问题