GIT provides the feature to execute custom scripts when a specific event occurs in GIT. This feature is called hooks.
Wecanwritetwo types of hooks.
For this case, we can write a Client-side post-commit hook. This hook will execute a custom script in which we can add the message and code that we want to run automatically with each commit.