This repository keep track of the repositories of previous cohorts.
$ git submodule add <git_repository>
$ git config --global submodule.recurse true
$ git pull --recurse-submodules
Effectively delete submodule Link
- $ git submodule deinit <path_to_submodule>
- $ git rm <path_to_submodule>
- $ git commit-m "Removed submodule"
- $ rm -rf .git/modules/<path_to_submodule>
Set up weekly build to automatically update all submodules