debbysa / gitflow-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Release Branch

This code creates the first release branch:
git flow release start 1.0.0
Finally, release it with the following command:
git flow release finish '1.0.0'

About


Languages

Language:HTML 100.0%