I know that GitHub highly recommends to use messages BUT I work on semi-public projects with my brother and we are working in the same room so obviously we don't need any comments to our commitments. Are there any other options to completely disable commitment messages at least for the specific repository/project/file?
I found this command to make a single commitment: git commit -a --allow-empty-message -m ""
and it works pretty well but I'm already tired of typing it every time.