We are a group of developers working with the same set of files. I want to make sure no one is running git commit -a -m or git commit -am
The developers who included me have this bad habit of git commit -am/ -a -m , and we have many machine-specific conf files that are received every time. I could ask us all to use --assume-unchanged, but I want developers to not be able to use the -a flag at all
Is there any way to hack this?
source share