Those repo hook scripts help you to do coding style check and commit message check. repo hooks: pre-commit (coding style check, while you do .e.g "git commit -s") post-commit (commit message check, after you do .e.g "git commit -s")