top of page
Search
The Tech Platform
Aug 16, 2022
Introduction 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 Platform
May 12, 2022
What 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 Platform
Jan 17, 2022
Managing microservices with dockers and git-submodules — GS3D
Developing with dockers has many implications for the code and the repositories. This article suggests a pattern to resolve those issues...
bottom of page