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
7,830 results
today I talk about an intuition I had wrong about git! playlist: ...
4,795 views
1 month ago
Learn how to create and apply Git patches to share code changes, even without direct repository access! This beginner-friendly ...
96 views
8 months ago
Join Scott and Patrick while they explore git mailing lists. 0:00 intro 1:04 RFC PATCH 4:57 Reply to comments 5:40 Top Posting ...
1,630 views
Learn how to effectively use the `git am` command to apply patches and resolve issues when they fail to apply correctly.
20 views
5 months ago
Overview In this video, I'll show you exactly how to use the powerful git add --patch command on a real project—the AgnosticUI ...
14 views
3 months ago
Join Scott and Patrick while they explore git mailing lists. 0:00 intro 3:00 why mailing lists? 4:56 submitting a patch series 10:27 git ...
2,599 views
What Is A Git Patch? In this informative video, we will discuss the concept of Git patches and their role in software development.
48 views
7 months ago
Stop committing messy code! Don't just `git add .` Use git add -p to review changes chunk by chunk: y = stage it n = skip it s = split ...
1,843 views
Want to share your Git changes — but not sure whether to use git diff or git format-patch? Here's the difference: git diff ...
178 views
6 months ago
Discover how to correctly apply a git patch after changing branches, avoiding common errors with this step-by-step guide.
10 views
9 months ago
If you haven't used git worktrees, you're missing it! they make it simple to easily work on multiple efforts in a single repo at once.
79,224 views
10 months ago
Learn how to create a `git patch` for specific folders using the `git format-patch` command, allowing you to export selected ...
3 views
This is perfect for when your lines are too close together to split. Hit the subscribe button to receive more videos like this!
330 views
Explore the key distinctions between a patch and a git commit, their uses, and advantages in open source development.
5 views
Today, we focus on deploying a patch to remediate CVE-2025-48384 which affects several Git versions from 2.43.7 to 2.50.0.
2 months ago
Want to send your Git changes without pushing the code? Use this command to turn your commits into .patch files — perfect for ...
173 views
Take full control of what goes into your commits using git add -p. Patch mode lets you interactively stage only specific parts of your ...
77 views
Discover the common reasons for conflicts when applying Git patches and learn strategies to manage them effectively. The guide ...
16 views
Master Semantic Versioning (SemVer) with Git! This tutorial provides a comprehensive and easy-to-understand introduction to ...
772 views
what is git patch how to create and apply git patch #git #patch How to create and apply git patches.
384 views