I am working in a project where there are configuration files, one in number for each of the environments where the application would be deployed.
When a developer modifies one of these files, the developer should not be allowed to check-in the file individually, but check-in all the files together or at least the developer should be informed that this needs to be done.
How can we achieve it?