How to clone a repository including the submodules or sub repositories in Git?
Originally Published Here ๐!
Sometimes we may want to clone a repository which in turn contains sub repositories or sub-modules. We can clone these sub-modules by passing --recurse-submodules flag to the git clone command.
It can be done like this,
...
melvingeorge-me.hashnode.dev1 min read