modularity
Git Submodules Basics and How to Replace One Submodule With Another
· ☕ 7 min read
Suppose you are working with softwareA which depends on libraryA, instead of copy-pasting the libraryA over and over again when a new version of the library is released what we can do is use submodule to make this process DRY and elegant.