Contains all lab repositories as git submodules in this repo for UMich course CMPLXSYS/SOC-251.
This repository can be cloned and fetched with its submodules listed in .gitmodules by:
git clone --recurse-submodules [email protected]:UM-CSS/CMPLXSYS251.git
For users, the ZIP file, CMPLXSYS251-1.0.zip, is available for download at 1.76GB. We could not create a release here due to a limitation on the releases with submodules at github.
[1] Git document, Git Tools - Submodules.
[2] StackOverflow post: How to add submodule files to a Github release?
[3] git document, Managing Releases in a repository