Maintaining Project with Git
Posted
by gkrdvl
on Stack Overflow
See other posts from Stack Overflow
or by gkrdvl
Published on 2010-04-06T19:37:48Z
Indexed on
2010/04/06
19:53 UTC
Read the original article
Hit count: 310
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 ?
© Stack Overflow or respective owner