5:59
The easy way to keep your repos tidy.
Catch simple issues before code review using pre-commit. Pre-commit uses git hooks in order to catch your little typos before they ...
4:06
Git Hooks: We’re Not Using Them Enough!
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll explore Git hooks and ...
2:13
Precommit Hooks Are Always Bad
Precommit hooks are the actual worst thing and I hope this convinces y'all to use them less. ALL MY CONTENT IS FILMED LIVE ...
4:56
Git Commit Hooks with Husky - Format with Prettier on Pre-Commit Tutorial
Learn how to add Git commit hooks with Husky to automate code tasks. We'll walk through: - What is a Git hook? - How you can ...
18:16
The dangers of precommit hooks
I can't believe I'm talking about precommit hooks again but HERE WE ARE. MY OTHER COMMIT HOOKS VID ...
4:45
Boost Your Python Code Quality: Pre-commit Tutorial (UV & Ruff)
This video shows how to create a solid pre-commit setup for Python. Previous video containing the CI pipeline: ...
2:07
Uncrustify automation via shell script and git pre-commit (C/C++)
Post #0006 On GitHub Pages: https://dr-kino.github.io/2019/12/29/Setup-to-use-uncrustify-and-git/ Repositorie: ...
9:48
Running a Bash Script Before Shutdown: Automatically Pushing Code to GitHub
Here is another video on cool scripts you can set up on your Linux install. Let me know if you guys run into any issues in the ...
6:56
5.2. Pre Commit Hooks - MLOps Coding Course
This video explains why pre-commit hooks are a crucial "gatekeeper" for your MLOps codebase. Learn how these automated ...
14:20
Git Pre-commit Hooks Tutorial 2025: Auto-format + Lint Before Commit | Zero to Hero Ep.5
Episode 5: Git Like a Pro — Pre-commit Hooks + .gitignore — Zero to Hero Course Master professional Git workflows.
22:21
Add Prettier, Eslint, and pre-commit hooks: Building a microservices-based NodeJS and React app #062
Link to all courses with BIG DISCOUNTS : Docker and Kubernetes: The Complete Course from Zero to Hero ...
4:02
How to use git pull --rebase to keep your team's commit history clean. Command for creating the 'git pr' alias (so you can ...
3:52
Pre-Commit Hooks Explained: Enforcing Code Quality in Git 🛡️
Learn how to stop bad code from entering your repository using Git Pre-Commit Hooks! In this video, we break down exactly ...
7:02
Auto run unit testing before git commit
Group 4 - Source Control, CI, CD, Unit test 1659012 Lê Nguyễn Hân Hoan 1659031 Tôn Thất Hoàng Trí 1659017 Lâm Ái Jin.
5:55
M180: Pre-commit Hook is a wrong idea
Many programmers love to use pre-commit hooks to run the build and test the code before it gets to the repository. I believe it's a ...
13:26
how to automatically validate commits
how to prevent bad code from being committed? what if you can run a script to validate if the code is good to be submitted? watch ...
1:41
Automatically Detect and Fix Issues in Your Python Code with pre-commit pipeline
In the previous videos, we learn different tools to check and format our code. In this video, we will learn how to run all of these ...
6:07
What are GitHooks? Explained in 5 minutes
This video gives a quick insight into exactly what GitHooks are and where they run, it also shows you how to utilise the 'out of the ...
15:23
GitHooks run unittests before committing code!
Git Hooks are easy to use! Place a script in the .git/hooks folder which i executable and with the hooktype as name. If the script ...
3:24
Setting Up a Pre-Commit Hook | GIT
Setting Up a Pre-Commit Hook: Learn how to create and configure a pre-commit hook to run custom checks and validations on ...