While using SourceTree I renamed the two main local branches (master and develop).
However, when I now click on the Git Flow icon to start a new feature, it tells me that the repository needs to be initialized (even though it has been already been initialized).
Additionally, the REPOSITORY -> GIT FLOW -> INITIALIZE REPOSITORY
menu item is greyed out.
I tried putting the names of the branches back and git flow works again!
So, how do I rename the branches and keep git flow working?