github-education-resources / classroom-assistant

Clone student repositories in bulk
https://classroom.github.com/assistant
MIT License
116 stars 39 forks source link

Cloning with submodules ? #246

Open pmcstjean opened 1 year ago

pmcstjean commented 1 year ago

Classroom assistant doesn't seem to be able to clone students repositories that includes submodules.

Edit : git needs the --recurse-submodule to do that. Is there any way to hack around classroom assistant to tweak his git command ?