Is there a way to reconfigure git flow once enabled? I.e. the matching of branches to the git flow ones...
You have to do this rather carefully but you can edit the branch names in .git/config under the [gitflow "branch"] and [gitflow "prefix"] sections. You can also edit this file by clicking Settings in the toolbar then "Edit Config File...".
Not really user-friendly, but at least it's possible...
It looks like you're new here. Sign in or register to get started.