An alternative to the git-submodule command.
I added a subtree via git subtree add --prefix=path/to/example --squash [email protected]:johndoe/example.git master …
git git-subtree subtreeI've been using the git-subtree extension (https://github.com/apenwarr/git-subtree) to manage sub-projects within our main project. It's doing …
git git-subtree