I have some settings in my .git/config
file. Now I would like my build server to pick up these configurations when it clones the job. But there is no .git/config
file in the cloned repo on the buildserver.
How do I push changes from my local .git/config file to the server?