Gitflow workflow Create GitflowWorkflow repository.. Create README file.. Create develop branch. Create feature one branch. Create feature two branch. Add feature one with some bugs.. Add feature two with some bugs.. Merge feature-one branch into develop branch. Create release-v1.0.0 branch. Fix bug one from feature one on release-v1.0.0 branch. Release software version v1.0.0. Include changes from software version v1.0.0 in feature two. Create hotfix-v1.0.0 branch. Hotfix bug two from feature one on hotfix-v1.0.0 branch. Release software version v1.0.1. Include changes from software version v1.0.1 in feature two. Merge feature-two branch into develop branch. Create release-v2.0.0 branch. Fix bug one from feature two on release-v2.0.0 branch. Release software version v2.0.0. Create hotfix-v2.0.0 branch. Hotfix bug two from feature two on hotfix-v2.0.0 branch. Release software version v2.0.1.