Git
📄️ Branching
In this guide, we explore the essence of Git branches, their role in managing project iterations, and how they facilitate parallel development workflows. From creating feature branches to merging changes, you will gain a solid understanding of how Git branches streamline the development process.
📄️ Releases
A release is always exciting because we will push new code online. Although we have already tested the release thoroughly, we have established some rules to quickly resolve any issues that may arise after a release.
📄️ Git
Creating and Switching Branches