[go: up one dir, main page]

Git Worktrees

6 articles about git worktrees.

Running Parallel AI Agents on Isolated Git Worktrees for Small, Reviewable PRs

·5 min read

The biggest problem with AI-generated PRs is scope creep - agents touch dozens of files across unrelated concerns. Isolated git worktrees with one agent per concern fixes this and produces PRs humans can actually review.

git-worktreesparallel-agentspull-requestscode-reviewworkflowexperienceddevs

Replace CrewAI with Parallel Claude Code Agents in Git Worktrees

·2 min read

How to replicate CrewAI's multi-agent orchestration using 5-6 parallel Claude Code sessions in git worktrees - simpler, faster, and with better results.

crewaiclaude-codegit-worktreesmulti-agentorchestrationclaudeai

Queue Up a Clear So You Can Queue Up Work - tmux Sessions and Git Worktrees

·2 min read

Running one tmux session per agent with separate git worktrees lets you queue up work without context collision. Clear the workspace before loading the next

tmuxgit-worktreesmulti-agentworkflowparallel-development

Autonomous Multi-Session AI Coding Without Worktrees

·2 min read

Skip git worktrees entirely. Run 5 Claude Code instances on the same repo with CLAUDE.md as the shared spec and each agent handling a discrete task.

claude-codeparallel-agentsgit-worktreesmulti-sessiondeveloper-workflow

The Minimal IDE Setup for Claude Code

·14 min read

Plain terminal for Claude Code, Cursor open separately for reading and reviewing files, and git worktrees when you need parallel agents.

claude-codeide-setupterminalcursorgit-worktreesdeveloper-tools

Managing Parallel AI Agents with tmux and Git Worktrees

·5 min read

Step-by-step setup for running multiple AI coding agents in parallel using tmux panes and git worktrees - separate branches, separate directories, zero file conflicts.

tmuxgit-worktreesparallel-agentsdeveloper-toolsworkflow

Browse by Topic