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
330 results
In this video, we take our Salesforce CI/CD pipeline one step further by adding PR Approval and Branch Protection using GitHub.
56 views
1 day ago
... Fix conflicts in VS Code (Merge Editor) 2:45 - Abort a merge (git merge --abort) 3:01 - Read history (git log --graph) 3:20 - Delete ...
4 views
4 days ago
Here's how to resolve merge conflicts using GitHub Desktop in Github. This tutorial walks through merging a beta branch into main ...
6 views
5 days ago
A branch is a real, independent line of development, letting you build a feature without touching the genuine main codebase until ...
0 views
Here's how to merge branches on Github. This video walks you through comparing a feature branch against main, opening a pull ...
Rebase and merge both genuinely combine two branches, but rebase rewrites history into a real straight line while merge ...
A merge conflict happens when two real branches genuinely changed the same lines differently, and Git needs a real human ...
1 view
Publish your portfolio website for free with Git, GitHub, and GitHub Pages. Learn beginner version control concepts, including ...
252 views
In this video, we go back and understand what Git is actually doing. We look at the Working Directory, Staging Area (Index), Local ...
25 views
7 days ago
06 - Branching & Merging in GIT.
Worktrunk is a modern git worktree CLI tool built with Rust that has no slop with AI integration features that improves git worktree ...
869 views
Welcome to Day 82 of the 90 Days Python Programming Course by Edulexis! Today, we're learning one of the most essential ...
Why do we need version control in software development? In this 2-minute documentary, meet Alex and Maya as they discover ...
12 views
Continue the plumbing lab: create branches, move refs, and perform a merge while watching the objects and pointers change.
9 views
2 days ago
Prueba Hostinger aquí (Descuento con codigo "FAZT") http://www.hostinger.com/fazt ¿Quieres que varios agentes de IA ...
5,777 views
Every explanation of rebase versus merge draws you a diagram. This one runs both, on the same two branches, one after the ...
6 days ago
git cherry-pick genuinely copies one, specific real commit from another branch, without merging that branch's entire history.
Cursor just announced Origin — a brand-new Git platform built for the era of AI coding agents. Why is the world's most popular AI ...
164 views
Git worktree tutorial for Claude Code: how to run multiple Claude Code agents in parallel using worktree isolation, with zero ...
49 views
Branch protection rules genuinely enforce real requirements, like an approval or a passing test suite, before a pull request can ...