Git worktree
7 videos across 3 channels
A practical series demonstrates how git worktrees let you run multiple working directories for parallel work on main, features, and hotfix branches. The tutorials cover adding, switching between, and deleting work trees, handling bare repositories, and keeping local setups synchronized with remotes, with tips for automation and workflow organization. Along the way, viewers see how this strategy fits into modern AI-assisted development flows and agent-based tooling to speed up feature delivery.

Marcel Pociot on Tinkerwell, Herd & Running AI Agents in Parallel
Marcel introduces himself as the CTO of Beyond Code and shares his hands-on approach to building developer tools like Ti

Git Worktrees Tutorial #4 - Worktree- First Approach
The video explains how to manage multiple git work trees inside a single repository by using git worktree add to create

Git Worktrees Tutorial #2 - Adding Git Worktrees
The video explains how to use git work trees to work on multiple branches simultaneously by creating separate working di

Git Worktrees Tutorial #1 - What are Git Worktrees?
The video explains what Git work trees are, why they can be useful for parallel development without duplicating repos, a

I'm using claude --worktree for everything now
The video showcases how built in git work trees (and Claude’s workflow) let you work on multiple branches in parallel wi