Git Workflow
Jun 20, 2022 · 3 min read · Our team uses Git as our version control of choice, here are some convention that we use to keep our repository managed. Branches Master Branch It is the main branch that stores source code ready to deploy into the production environment. The sou...
Join discussion