How to get a list of git submodules of repository before `git clone`?
0
I'm trying to get a submodule list of a repo before preforming clone. And then to choose which submodule repo to clone. Is there any way to do it?
git git-submodules
share | improve this question
asked Jan 1 at 11:06
Tomer.Epstein Tomer.Epstein
32 1 6
"git submodule init" "git submodule update"
– Atiq Ur ...