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 ...
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: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 ...
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: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: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 ...
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 ...
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 ...
8:20
A Slow Pre-Commit Hook Made Everyone Skip It — Git Hooks Explained
A 3-minute pre-commit hook running the full test suite drove every developer to bypass it with --no-verify — and CI failures jumped ...
2:42
CLI Tool | Improve code quality directly in your terminal | CodeScene
CodeScene - Next Generation Code Analysis
Developers can now improve their code quality directly in their terminals with CodeScene's CLI tool. Delta command The delta ...
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 ...
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 ...
16:04
Project automation with Git Hooks with Kotlin, ktlint, and pre-commit hook
Codersee- Kotlin on the backend
In this video, we will learn how easily we can automate our Kotlin project with git hooks on the example of Ktlint pre-commit check.
6:41
Explains how to set up the git hooks like pre-commit, pre-push and commit-msg using Husky in react project React Project Initial ...
16:32
Detect hardcoded secrets in pre-commit hooks & GitHub Actions with ggshield, the GitGuardian CLI
In this video, we will run through how to use GitGuardian Shield to create a pre-commit hook and GitHub action workflow to scan ...
3:09
Stop secrets before they leave your laptop (Git hooks + ggshield install)
Let's look at Git hooks, which is where ggshield really starts paying off in day-to-day developer workflow.
7:54
Git Hooks Explained: Automate Your Git Workflow Like a Pro! 🚀
Unlock the power of Git Hooks and supercharge your development workflow! This beginner-friendly tutorial breaks down ...
13:29
036 Prevent Repo Bloat with Pre-Commit Git Hook
In this video we introduce a pre-commit git hook which checks for file sizes before a commit is made and rejects a commit if 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 ...
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 ...