I've initiated a new git repository using git flow
, done a commit or two and pushed.
When I clone the repository in a new directory and run a git flow
command I get the error:
Fatal: Not a gitflow-enabled repo yet. Please run 'git flow init' first.
The reason for the error is that the .git/config
file in the newly cloned directory doesn't contain the git flow configuration.
How can I push/share the configuration so any clone of the repository will have the correct configuration?