8:16
Why everyone hates git submodules
Git submodules are powerful, but tricky to use. Book a workshop with me here: https://philomatics.com/git-workshop/ Or grab my ...
8:14
Git's Best And Most Unknown Feature
HOW HAVE I NOT HEARD OF GIT WORK TREES??? WHAT THE EFF. They are so incredible. You have to check them out!
20:43
032 Introduction to Git Subtrees
Introduction to the 'git subtree' command. Covers adding a repository as a subtree and updating (reverting) that subtree to an ...
35:00
Advanced Git Techniques: Subtrees, Grafting and Other Fun. Speaker: Nicola Paolucci
By now you are productive with git, you like it and your team is happy with it. But is that all? Can you do more with the tool?
5:45
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.
7:53
Git Subtrees: Simplify Project Dependencies for Beginners 🚀
Learn how to use Git subtrees to manage external code in your projects! This beginner-friendly tutorial explains what Git subtrees ...
5:19
I was wrong about git stash...
I always used a git stash based workflow when I quickly need to switch branches. In newer versions of git (since 2015), the git ...
3:18
learn git worktrees in under 5 minutes
Git worktrees are a great way to boost your productivity and wrangle your chaotic coding habits. Git worktrees let you check out ...
12:57
Stop Using Git Worktrees. Do THIS Instead.
Code reviews that understand context, not just diffs, with Augment Code: https://fandf.co/3LicfbQ --- Worktrunk is "Git worktree ...
3:39
Git Worktrees: The secret sauce to multi-agent workflows!
Download Warp: https://samuelgregory.co.uk/warp Claude Code: https://claude.ai/api/referral/jZ9vnMedyQ&v=p-CzOtUYEyA Tired ...
1:32:07
Изучаем GIT | Lesson 19 | Git Submodule и Git Subtree
Git Submodule & Git Subtree – Управление зависимостями в Git! В этом видео мы подробно разберём Git Submodule и Git ...
13:56
You should probably switch to a monorepo
Book your free 15m audit here: https://philomatics.com/repo-review Book a workshop with me here: ...
16:31
git subtree tutorial and demo!
How to get going with git subtrees! The video is ~15 minutes, but if you are proficient in git you can watch at 1.5x speed. I've not ...
7:50
Git Worktrees Tutorial #1 - What are Git Worktrees?
In this series, you'll learn how to use Git worktrees, a feature that lets you check out multiple branches at the same time in separate ...
4:06
What Is Git Subtree? - Emerging Tech Insider
What Is Git Subtree? In this informative video, we will introduce you to Git Subtree and its role in software development.
14:52
Git Submodules Tutorial | For Beginners
Hello! Today's video is looking at Git Submodules. Most people think badly of submodules and tend to stay away from them, but I ...
13:28
The Holy Grail of Neovim Git Integrations
When it comes to Neovim and Git, there isn't one tool to rule them all, but with modern developments, I believe this setup comes ...
5:16
Worktrees: The secret sauce to Claude Code!
Most developers are wasting hours of their lives waiting for git checkout to finish and context-switching between branches. Claude ...
6:00
Git cherry pick. How to move commits to another branch
Front-end Science із Сергієм Пузанковим
In this video, you'll learn what git cherry-pick is, what it's used for, and how to use it. Cherry pick is a Git command that ...
18:44
How to Use Git Worktrees to Switch Contexts Quickly and Easily
Git Worktrees have become an invaluable piece of my workflow. They allow me to switch between contexts quickly and easily, ...