ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,830 results

anthonywritescode
git is not a series of patches!

today I talk about an intuition I had wrong about git! playlist: ...

14:59
git is not a series of patches!

4,795 views

1 month ago

CodeLucky
Git Patches: Share Code Changes Without Repository Access (Beginner's Guide)

Learn how to create and apply Git patches to share code changes, even without direct repository access! This beginner-friendly ...

7:18
Git Patches: Share Code Changes Without Repository Access (Beginner's Guide)

96 views

8 months ago

GitButler
Git Mailing Lists Part 2 | Ep. 17 Bits and Booze

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 ...

21:35
Git Mailing Lists Part 2 | Ep. 17 Bits and Booze

1,630 views

8 months ago

vlogize
Understanding git am: How to Apply Patches Correctly for Successful Commits

Learn how to effectively use the `git am` command to apply patches and resolve issues when they fail to apply correctly.

1:48
Understanding git am: How to Apply Patches Correctly for Successful Commits

20 views

5 months ago

Rob Levin
Git Add Patch for Beginners: The Secret to Cleaner, Cohesive Commits

Overview In this video, I'll show you exactly how to use the powerful git add --patch command on a real project—the AgnosticUI ...

3:46
Git Add Patch for Beginners: The Secret to Cleaner, Cohesive Commits

14 views

3 months ago

GitButler
Git Mailing Lists Part 1 | Ep. 16 Bits and Booze

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 ...

22:53
Git Mailing Lists Part 1 | Ep. 16 Bits and Booze

2,599 views

8 months ago

Emerging Tech Insider
What Is A Git Patch? - Emerging Tech Insider

What Is A Git Patch? In this informative video, we will discuss the concept of Git patches and their role in software development.

2:49
What Is A Git Patch? - Emerging Tech Insider

48 views

7 months ago

Code and Stuff
git add patch #coding #programming

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 ...

0:31
git add patch #coding #programming

1,843 views

5 months ago

CodeOps Daily
Git Diff vs Patch — Which One Should You Use?

Want to share your Git changes — but not sure whether to use git diff or git format-patch? Here's the difference: git diff ...

1:00
Git Diff vs Patch — Which One Should You Use?

178 views

6 months ago

vlogize
How to Apply Git Patch Properly After Switching Branches

Discover how to correctly apply a git patch after changing branches, avoiding common errors with this step-by-step guide.

1:32
How to Apply Git Patch Properly After Switching Branches

10 views

9 months ago

Andrew Burgess
You need to use Git Worktrees

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.

5:45
You need to use Git Worktrees

79,224 views

10 months ago

vlogize
Creating a git patch for Specific Folders

Learn how to create a `git patch` for specific folders using the `git format-patch` command, allowing you to export selected ...

1:37
Creating a git patch for Specific Folders

3 views

8 months ago

Nick Janetakis
Stage Specific Lines Using Git Add Patch (Edit)

This is perfect for when your lines are too close together to split. Hit the subscribe button to receive more videos like this!

2:45
Stage Specific Lines Using Git Add Patch (Edit)

330 views

5 months ago

vlogize
Understanding the Difference Between a Patch and a Git Commit in Open Source Development

Explore the key distinctions between a patch and a git commit, their uses, and advantages in open source development.

1:46
Understanding the Difference Between a Patch and a Git Commit in Open Source Development

5 views

9 months ago

SecOps Solution
Patch Wednesday with SecOps Solution (90/100) Git CVE-2025-48384 Patch

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.

1:43
Patch Wednesday with SecOps Solution (90/100) Git CVE-2025-48384 Patch

20 views

2 months ago

CodeOps Daily
Export Git Commits as Patch Files — Like a Pro!

Want to send your Git changes without pushing the code? Use this command to turn your commits into .patch files — perfect for ...

1:01
Export Git Commits as Patch Files — Like a Pro!

173 views

6 months ago

CodeOps Daily
Stage Code Like a Pro with git add -p | Git Patch Mode Explained

Take full control of what goes into your commits using git add -p. Patch mode lets you interactively stage only specific parts of your ...

0:51
Stage Code Like a Pro with git add -p | Git Patch Mode Explained

77 views

6 months ago

vlogize
Resolving Git Patch Conflicts: Understanding and Navigating Issues in Your Repositories

Discover the common reasons for conflicts when applying Git patches and learn strategies to manage them effectively. The guide ...

1:45
Resolving Git Patch Conflicts: Understanding and Navigating Issues in Your Repositories

16 views

9 months ago

CodeLucky
Semantic Versioning with Git: A Beginner's Guide

Master Semantic Versioning (SemVer) with Git! This tutorial provides a comprehensive and easy-to-understand introduction to ...

6:30
Semantic Versioning with Git: A Beginner's Guide

772 views

8 months ago

AnilCareerTalks
what is git patch how to create and apply git patch

what is git patch how to create and apply git patch #git #patch How to create and apply git patches.

8:07
what is git patch how to create and apply git patch

384 views

7 months ago