Closed agstephens closed 3 years ago
We have a proposed better approach used in another project. I'll bring it here.
In theory we don't need the cc-vocab-cache from the repository as it is created locally form the downloaded spreadsheets using create-cvs
.
We can close this when the PR is merged.
Done.
Git submodule does behave exactly as we would expect. In particular, the main github repo that holds the submodule, keeps track of the specific commit point on the submodule timeline and binds permanently to that unless you manage it. In order to manage it you might need to:
See details here:
https://intellipaat.com/community/9971/git-update-submodule-to-latest-commit-on-origin#:~:text=The%20git%20submodule%20update%20command,this%20directly%20within%20the%20submodules.
Maybe it would be easier for us to avoid using submodules. Not sure at the moment.