Wip how to configure git flow
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
cd powr
cd .git
open config
Add this to the config file

[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = F/
release = R/
hotfix = H/
support = S/
versiontag = v-