"Douglas Tan" <douglas@xxxxxxxxxxx> wrote in message news:A8F08AD5-6DB5-4A4D-9A8F-79DDBD93E666@xxxxxxxxxxxxxx >I have some config settings that I'll like to make default for anyone >cloning/pulling from the central remote bare repository. I've tried to do >this by editing the config file in the bare repository on the server but >the change doesn't appear when cloning. How can I go about pushing default >config settings to anyone cloing or pulling from the repository?-- Based on the assumption that your "child" repos are supposed to have the same .git/config files, I tried using git-init --template=x with a config file in template directory "x", but git-init only picks up the config file on an initialization of a new repo, not on a reinitialization of an existing repo. v/r, Neal -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html