git init flow code example
Example 1: git fklow init
git flow release finish '0.1.0'
Example 2: gitflow workflow diagram
$ git checkout -b myfeature develop
Switched to a new branch "myfeature"
git flow release finish '0.1.0'
$ git checkout -b myfeature develop
Switched to a new branch "myfeature"