To clone with git submodules content included:
git clone --recurse-submodules https://github.com/clubcapra/capra_rove_stack
If you forgot before cloning and have empty folders:
git submodule update --init --recursive
To update submodules if they were changed remotely:
git submodule update --remote --recursive