Mar 17, 2021Why, When and, How to use Git Submodules?Why use submodules: Git submodules are by far (IMHO) the most complicated part of Git. They make you track multiple repositories altogether. And like most cases, complicated problems require complicated tools. Let's assume the following scenario: You use some code review strategy based on Pull/Merge Requests for each repository You have a submodule…Git7 min readGit7 min read
Feb 11, 2021Storytelling with GitI know, I borrowed the term from storytelling (which is a whole different subject) so I can catch your attention. Storytelling is a way of putting your thoughts in an organized way so some can follow them and understand the message you are trying to convey. An important definition of…Git4 min readGit4 min read
Jan 27, 2021The importance of mastering GitThroughout my working experience, I saw that many people lack knowledge of specific Git topics. I’m not saying that everyone should know each command-line option, but an experienced developer should know what Git can do. …Git3 min readGit3 min read