79390991

Date: 2025-01-27 13:46:12
Score: 2
Natty:
Report link

If the child repository is not a submodule and is just a directory with its own .git folder, it’s treated as a separate Git repository. If it is not already a submodule, add it .

git submodule add path/to/child-repo git submodule update --init --recursive

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29378984