Git-worktree – Manage multiple working trees

2 vFunct 1 5/31/2025, 3:52:22 PM git-scm.com ↗

Comments (1)

vFunct · 1d ago
Useful for parallelizing AI agent work. Have each agent work on different parts of the code in separate work trees. Or just have them work on the same section and merge the best one later.