Best practice for managing project variants in Git?

前端 未结 5 2131
闹比i
闹比i 2020-12-31 11:58

I have to develop two Django projects which share 90% of the same code, but have some variations in several applications, templates and within the model itself.

I\'m

5条回答
  •  余生分开走
    2020-12-31 12:35

    I would try submodules: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#submodules

提交回复
热议问题