Simpler alternative to submodules Time: 4-5 minutes
./setup.sh && ./demo.shgit subtree add --prefix=<path> <remote> <branch> --squash
git subtree pull --prefix=<path> <remote> <branch> --squash
git subtree push --prefix=<path> <remote> <branch>- Easier: No --recursive, no init, clone just works
- Tradeoff: Larger repo, mixed history