1. Learn
  2. /
  3. Courses
  4. /
  5. Advanced Git

Connected

Exercise

Adding a Git submodule

You're working on the ETL project and want to include a data validation library as a submodule to enhance your data processing capabilities.

Instructions 1/2

undefined XP
  • 1

    Add a submodule under the libs/data_validator folder from your local repository at ../data_validator.

  • 2

    View the status of the repository to see the new submodule.