GIT correct workflow for my Branch structure
问题 I started to implement a GIT repository following a specific Workflow. The workflow is the following: v0.1 v0.2 / / releases------------------------------------------------- / | | main--------------------------[0.1]---------------[0.2] \ / \ / development--- / \ / \ / \ / feature-ABC feature-XYZ main contains the latest stable code where any developer can just git checkout -> build -> deploy main contains tags used to identify a release Every release version is branched into release branch