Search
Close this search box.

Learn Git: What are Git Hooks

Intermediate Git Tutorial

What are Git hooks? Git hooks are shell scripts that trigger when you perform a specific action in Git.

Watch this intermediate Git tutorial video to see how you can incorporate Git hooks to automate checks as you move through your Git workflow. Learn how to set up a Git hook to prevent you from commiting the hook script detects a problem, like trailing white spaces.

After you initialize a Git repository, there will be a .git/hooks folder in your repo. Get tips for accessing the folder if it’s not immediately visible.

Additional Resources

Table of Contents

Make Git Easier, Safer &
More Powerful

with GitKraken

Visual Studio Code is required to install GitLens.

Don’t have Visual Studio Code? Get it now.