Git Submodule or fork

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-05-24T17:52:41Z Indexed on 2010/05/24 18:01 UTC
Read the original article Hit count: 253

Filed under:
|
|

I have a private repo in github that is the complete source code to my cms. Now I have a few local customers that I want to use the same code base on but with different themes. Is it better to fork the original project out into a repo for each one. Or use a submodule and create a new repo for each customer?

After each site is complete I would imagine the theme files wouldn't change much but would need to pull in changes from the main repo when bugs are discovered.

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about git