Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- git-submodule – Initialize, update, or inspect submodules: https://git-scm.com/docs/git-submodule
- git-subtree – Merge subtrees together and split the repository into subtrees: https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt
- Git documentation HOWTO – How to use the subtree merge strategy: https://github.com/git/git/blob/master/Documentation/howto/using-merge-subtree.txt
- Scott Chacon, Ben Straub: Pro Git, 2nd Edition (2014) https://git-scm.com/book/en/v2
- Chapter 7.11 Git Tools - Submodules
- Eric Pidoux, Git Best Practices Guide (2014), Packt Publishing Ltd
- Chapter 4, Going Deeper into Git, Managing Git Submodules
- Johan Abildskov, Practical Git: Confident Git Through Practice (2020), Apress
- Chapter 8, Additional Git Features – Git Submodules
- Everything you need to know about monorepos and...