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 ...
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 ...
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 ...
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 ...
5:25
Наводим порядок в git репозитории с помощью pre-commit-hook за 5 минут
Рассказываю об использовании pre-commit-hook на примере кода для ansible и terraform/opentofu. Все примеры из видео в ...
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: ...
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 ...
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 ...
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 ...
11:39
how I made pre-commit's github actions 3x faster (intermediate) anthony explains #533
today I show how I reworked pre-commit's testsuite and github actions to greatly speed up the runs. while the approach isn't ...
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!
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, ...
13:22
python github actions w/ tox and pre-commit (intermediate) anthony explains #038
today I show how to set up a basic github actions workflow for testing a python project with pre-commit and tox! - example pull ...
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 ...
9:31
How to Automatically Run Detect-Secrets with Git Pre-Commit Hooks | Secure Your Code with Pre-Commit
Twitter: @webpwnized Thank you for watching. Please upvote and subscribe. In this tutorial, you'll learn how to automatically run ...
20:19
Lint Like a Senior Developer w/ eslint + husky + lint staged + github actions
In this video CJ shows how to set up linting for our codebases from end to end. Including in our editor, before commits and with ...
15:23
Stop Leaking Secrets to GitHub | Build a Python Git Pre-Commit Hook (Step-by-Step)
Have you ever accidentally committed a password, API key, or secret to GitHub? It happens more often than you think — and once ...
8:08:40
replay - pre-commit github actions + babi - 2019-11-16
Today I hacked on getting a github action working for pre-commit (which can auto-commit fixes back to the original branch).
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 ...