Hi,
Assume that we’ve got a web application built via Yii2 basic framework. The app’s got its own git history.
Now, we need to add it to a project built upon the advanced boilerplate with its own git history.
I addressed this by utilizing git sub-module. However, it’s made the project very painful to develop.
Is there any better approach?
Can I somehow merge the history of basic app into in the advanced one despite their different directory depth?
Cheers