Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

File metadata and controls

15 lines (11 loc) · 1.03 KB

CMPLXSYS251

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 git@github.com: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.

References:

[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