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 ...
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 ...
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 ...
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 ...
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 ...
29:33
Complete guide to GitHooks - Creating your own pre-commit hooks
GitHooks are a great way of automating tasks and checking information while using git. These hooks are both powerful ...
5:25
Наводим порядок в git репозитории с помощью pre-commit-hook за 5 минут
Рассказываю об использовании pre-commit-hook на примере кода для ansible и terraform/opentofu. Все примеры из видео в ...
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: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 ...
14:09
does git 2.54 make pre-commit obsolete?
today we take a look at the new "config based" hooks in git 2.54 and how they relate to git hook frameworks such as pre-commit!
6:51
Git Pre-commit Hooks: Boost Code Quality & Consistency! 🚀
Learn how to use Git pre-commit hooks to automate code quality checks and ensure consistency across your development team!
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 ...
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: ...
5:52
Git Pre-Commit Hooks Explained: Automate Code Checks & Prevent Mistakes!
Learn Git pre-commit hooks in the simplest and most practical way! In this video, we cover: ✔️ What Git pre-commit hooks are ...
4:08
Write git commit messages like a PRO with Conventional Commits
Good commit messages are important for maintaining any long-term project. If you follow this guide laid out in this video you can ...
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 ...
38:24
Improve your Git Commit Quality with Pre-Commit Hooks
Infrastructure-as-Code and GitOps are here to stay, but sometimes we all have problems after committing code changes. Perhaps ...
12:23
Pre-Commit: Enforce coding best-practices
In this video, we'll explore how to use Pre-commit, a powerful framework for managing and maintaining your Git pre-commit hooks ...
1:18:50
Git Pre-Commit Hooks to assist with Secure Coding Practices
Sean(s1nAck) walks the Null404 community through the steps on how to use Git Pre-Commit Hooks to help increase the security ...
9:20
Python Pre-Commit Hooks Setup in a single video!
Hey everyone! A one-stop-shop for setting up and configuring Python Pre-commit git hooks in one video. Adding it to a repo, ...