git create hotfix branch code example
Example 1: how to initialised my repository with git flow
how to initialised my repository with git flow
Example 2: gitflow workflow diagram
$ git checkout -b myfeature develop
Switched to a new branch "myfeature"