Tech Note
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Recusively Checking Out Submodules

Easiest way to checkout submodules once you’ve already cloned the repository:

git submodule update --init --recursive

Source: Stack Overflow