Closed LeonardoNatale closed 12 months ago
git submodule update doesn't actually clone the submodule's content
git submodule update
Initialise the git submodule by running the git submodule init command
git submodule init
Issue
git submodule update
doesn't actually clone the submodule's contentSolution
Initialise the git submodule by running the
git submodule init
command