I have many web base project that have two layer. front layer and backend layer. both layer files are mixed together. for rendering i cant separate them. front files for all projects are for each project but need git. the base layout for all project always must be sync together.
app/
cntrl/
basefile.php [base]
view/
baseview.phtml [base]
thisprojectfile.phtml [front]
- If i ignore some layer git not work for trace modifying with developers in current layer.
- If i use branch for each layer another files not be visible to use them.
So what's the solution for this issue ?