Maintaining Project with Git
- by gkrdvl
Hi All, I have 2 project, and actually these 2 project is about 80% same each other, the mainly difference is just about language and business model, one is for larger audience using english language and have a 9$/month business model, another is using local language with freemium business model.
Sometime when I want to add new feature/functionality, I want to add it in both of the project, but also sometime I want to add feature especially just for the local project.
My question is, how do I maintain these 2 project with git ?
Maintain 2 git repository for each project or
Maintain single git repository with 2 mainly branch or
Any other suggestion ?