At my office, we have a home grown content management system. Slowly but steadily, we have setup 60 instances of our CMS. Yes, we are a big company; an NGO.
Most of our offices use the CMS in its current form. Some of the offices customized the colors, fonts, basically skins. Some others build new features that sometimes we bring into the core. I have been tasked with managing the source more efficiently.
Lets say - I am managing the "Core", and I have office "A" and office "B". Office A customizes their colors only but office B made some changes to the core (not a lot) and their code varies from the Core. I want to be responsible only for the "Core". When I develop a new feature, I want to (upon acceptance), sync these changes with the other offices.
I thought of creating Branches that will never merge with the master. But the changes I do on Master can't go to the branch?? What is the approach I should take and what should I look out for?