Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
8,871 results
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe Git ...
738,298 views
2 years ago
Good commit messages are important for maintaining any long-term project. If you follow this guide laid out in this video you can ...
153,554 views
5 years ago
Conventional Commits is a Git repository usage pattern in which we always prefix all commits to indicate their type, for ...
7,381 views
4 years ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll explore Git hooks and ...
20,395 views
1 year ago
shorts.
217,650 views
3 years ago
If this visual learning style clicks for you, I built https://LearnGit.io to be a more complete curriculum focusing on how Git actually ...
67,833 views
Once Git is installed on your computer, you can create a repository and make your first commit. Today we'll see how to use ...
115,757 views
10 years ago
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...
682,541 views
Top rated Stack Overflow question, and VS Code lets you do it with one click #vscode #git.
180,569 views
If this visual learning style clicks for you, I built LearnGit.io to be a more complete curriculum focusing on how Git actually works, ...
58,655 views
A commit is like a snapshot of your work. It's how Git keeps track of every change you make. In this Git tutorial, you'll learn: What a ...
33,781 views
6 years ago
Git: The essential tool for modern development. This quick explainer shows why it's a must-have skill. Ready for a deep dive ...
3,295,625 views
🔐 How to sign your commits with GPG and SSH in Git and GitHub ✅ Learn step-by-step how to protect the authenticity of your ...
1,550 views
11 months ago
I open sourced a script I made that lets LLMs write your git commit messages. Use a local model via Ollama or Groq Check out the ...
1,081 views
Catch simple issues before code review using pre-commit. Pre-commit uses git hooks in order to catch your little typos before they ...
105,876 views
gitconfig to the rescue! Connect With Me - Website: https://codinginpublic.dev - Blog: https://chrispennington.blog - Twitter: ...
5,462 views
To understand the anatomy of a git commit you need to look a little under the hood.
1,553 views
200,566 views
191,663 views
Check the unstaged changes git diff Commit the staged changes git commit -m "MESSAGE" Reset staging area to the last commit ...
1,872,665 views