I want to display a warning message after someone commits a change.
$ git commit -am "First commit" # Or `git commit -a` and then type a message in the editor
Please, don't forget to update the production repository
The only restriction that I have is that it can't be done to all Git repositories, it has to work only in specific directories.
Is this possible?