Git-flow and master with multiple parallel release-branches
问题 We are trying to adopt the successful Git branching model implemented by git-flow. Now, we are working on at least two release-branches, one for the latest stable release and one for the next (\"preview\") release. What I don\'t understand is why all releases seems to \"linearized\" to the master and tagged there. Why not tag the releases in their release branches? Why the master at all? Or why a develop branch and not use master for it? 回答1: In the git-flow model, your "latest released"