This repository was archived by the owner on Sep 9, 2025. It is now read-only.
The taxonomy repo is now using Git submodules to include the taxonomy schema files #776
Closed
bjhargrave
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
taxonomy
repo is now using submodules to include the taxonomy schema files from the schema repo into theschema
folder. If you have a local clone of thetaxonomy
repo, after updating themain
branch you will need to dogit submodule update --init
to initialize and update the submodule and populate theschema
folder.If you are locally cloning the
taxonomy
repo for the first time, be sure to use the--recurse-submodules
option on thegit clone
command:When pulling updates from the remote repository, be sure to use the
--recurse-submodules
option on thegit pull
command or use thegit submodule update
command.Beta Was this translation helpful? Give feedback.
All reactions