The Tech PlatformAug 16, 2022Introduction to Git Branching Strategies Git branching allows developers to diverge from the production version of code to fix a bug or add a feature. Developers create branches...
The Tech PlatformMay 12, 2022What is a Branching Strategy? What are Git Branching Strategies?What is Branching Strategies? Branches are primarily used as a means for teams to develop features giving them a separate workspace for...
The Tech PlatformJan 17, 2022Managing microservices with dockers and git-submodules — GS3DDeveloping with dockers has many implications for the code and the repositories. This article suggests a pattern to resolve those issues...