DEV Community

Discussion on: Advantages of Git-flow over standard git commands

Collapse
 
bloodgain profile image
Cliff

Yeah, it can kind of be confusing if you don't read up about git flow first. This article is more about the support tool/scripts.

The releases sit on the master branch as tags. There is no standalone release branch. The dev branch is more like a dev and test branch that you release from. But any new hotfixes or new, separate releases might be branched off of master.