I want to change the way our team is committing messages to github. I want to be able to use the pre commit git hooks but i couldn't find a way except the local folder .git/hooks/exutable_hook_file.
Basically i need to force all of the team for a specific message format, before pushing to origin, without asking them to make any manual work on their side. Any ideas?