I'm trying to define .gitmessage file for repository used by bunch of people. Can I push this file into origin and somehow save this configuration .git/config:
[commit]
template = <some directory>/.gitmessage
as default for everyone who will download repository in future?