Git Flow test
https://github.com/eadz/Git-Flow-Example https://zellwk.com/blog/git-flow/
git config --remove-section "gitflow.path"
git config --remove-section "gitflow.prefix"
git config --remove-section "gitflow.branch"
git flow initgit flow release start 1.0.2-Creates 1.0.2git flow release finish '1.0.2'-Deletes 1.0.2 and switch to mastergit push --tagsgit push-Push change to master