Skip to content

METHODOLOGIE

git worktrees

A Git feature that checks out several branches into separate working directories from one repository, used to isolate parallel tasks on the same codebase. It lets multiple agents or experiments run side by side without their changes colliding, then merge back independently.

Origin

A feature of Git since version 2.5 (2015), repurposed by practitioners as a way to isolate parallel agent tasks on one repository.

usage
Isolation of parallel tasks on the same codebase

Related entities

Fiches (1)