0 votes
in Git by
What does ‘hooks’ comprise of in Git?

1 Answer

0 votes
by

This directory consists of shell scripts that are activated if you run the corresponding Git commands.  For example, git will try to execute the post-commit script after you have run a commit. 

...