5.7. … and More!#
Independent Development:
Combining scripts and datasets in a single repository may not be optimal, as they can evolve separately - especially datasets that may be used in various studies.
Utilizing Git Submodules :
Leverage
git submodule
to effectively connect multiple repositories.
Version Tracking:
With submodules, you can clearly specify the version of the data used for each version of your analysis.