git submodule clone
Let's clone the project with submodules!
git clone {git address}
When you clone a project with submodules, you might find the submodule directories are empty. This happens because, by default, Git does not automatically clone the content of submodul...
hankyukim.com1 min read