Managing Repositories With Git Submodules
Review how to use Git submodules, some of the pros and cons of using them, how submodules are better than monorepo or package distribution, and a small tutorial on how to get started.
Review how to use Git submodules, some of the pros and cons of using them, how submodules are better than monorepo or package distribution, and a small tutorial on how to get started.
A simple post that helps to build (or rebuild) your mental models for how Git commits work.
A simple explanation of how merge and rebase work along with some use cases to help you choose the best approach.