I am trying to apply git-flow for a project with multiple websites that share a same code base.
I currently use many feature branches, one develop branch, one support branch, and MANY production branches: one for each site, since some config files are customized per site.
The git flow tool does not propose many master/production branches, but a single one. What can I do?