Is there any way to do this? Is the repo read initialized if it just has git -flow directives in .git/config , e.g.
.... [gitflow "branch"] master = master develop = develop [gitflow "prefix"] feature = feature/ release = release/ hotfix = hotfix/ support = support/ versiontag = v
?
source share