Store git-flow branch naming configuration in the repository -
currently, each user has configure git-flow first after having cloned repository. how store branch naming configuration in committable file (to stored in repository), after having cloned repository, can used git-flow out of box?
git-flow stores configuration using git config writes .git/config file in each repository. file not versioned represents individual user's preferences.
you write script calls appropriate git config commands , version (expecting each user run script once). check own .git/config file settings need set.
Comments
Post a Comment