Is there any way to do this? Is the repo considered initialized if it simply has the git-flow directives in .git/config
like
....
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag = v
?