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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -