I have 3 repositories:
- core
- module1
- module2
And I want to do the following structure on a 4th repository:
- core: on the root as a git subtree on master (which includes an angular app, with some folders and "app/modules" directory
- on: ./app/modules/ => the module1 repo
So with this structure I can create some other projects, reusing a "core" structure.
I'm not having success with the git subtree add command. Any clues?