git how to release branch hotfix 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: gitflow atlassian
$ git flow hotfix start hotfix_branch