1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Advanced Git

Connected

अभ्यास

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.

निर्देश 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.