USFCA-CS490-Micron / project

0 stars 0 forks source link

project

This is the primary project repo.

more info will go here, eventually

submodules

To clone project: git clone --recurse-submodules <this repo's url>

To update all submodules:

To update your submodule in root repo: in root dir:

(JetBrains IDEs (IntelliJ, PyCharm, GoLand, etc) make this really, really easy!!)

Treat submodules like their own repos (they literally are!). Pull/fetch/etc inside a submodule will pull from only the submodule's repo, not the entire project.