This project exists as a home for centralised content for milo projects. https://github.com/orgs/adobecom/discussions/1388
This project uses submodules. You may want to do
git submodule update --init --recursiveIf you're cloning for the first time, you can skip the above step by doing
git clone --recurse-submodules https://github.com/adobecom/federalTo get the latest code in the submodule do:
git submodule update --remote(cd into the directory and git fetch && git merge will work too)
For more information see: https://git-scm.com/book/en/v2/Git-Tools-Submodules