Glossary

Submodules:

Link to a specific commit in an external repository. - Require special commands (`git submodule init`, `git submodule update`). - Do not clone automatically with the parent repository (need `--recurse-submodules`). - Easier to update the external dependency independently. - Can cause confusion if de

Learn More

Related Terms