Illustations of working with Git Submodule
17 Jul 2024
4 min read
On this page
- Terminologies
- Key Players
- Initial state without submodule
- Adding submodule to local repository
- Pushing submodule from local to remote
- Initial state with local uninitialized
- To clone remote parent to local
- After new commits on the submodule
- Pull commit on local parent
- Push commit to remote parent
- Teammate can pull this change
Tags:
Related Articles
Using an alias and shell function
Showing defination of alias an shell function
Read article
How to work with Git Submodules
Various scenarios are covered to give a complete overview of Git Submodules
Read article
The ABCDE Of Agent-Driven Development
A five-skill todo lifecycle for Claude Code — Add, Brainstorm, Code, Deliver, Explore — that carries a one-line idea to a reviewed, merged PR without letting a fire-and-forget agent make silent choices. A full tour of every stage and every pillar underneath.
Read article