culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What is a Git hook?

    Answers

    A UI extension.
    A script that Git runs automatically before or after events such as commit or push.Correct
    A way to connect Git to a database.
    A special type of branch.

    Hooks let you automate code validation or tests locally.