Is it possible to clone git config from remote location?

Viewed 11835

I have a bare repo on remote location with some configs I'd like to share with everyone who clones it. Is it possible? Every time I clone, it seems to revert everything in .git/config to defaults and just add information about remote repo.

2 Answers
Related