git flow feature stop code example
Example 1: git flow init
#basic
git flow init
#with default to not be promted
git flow init -d
#with force to re-run init and edit data
git flow init -f
Example 2: git fklow init
git flow release finish '0.1.0'