gitto

What a clone carries that a worktree leaves behind.

Copy a whole working directory, dependencies and build output included.

git clone copies history. git worktree copies tracked files. Both leave behind the dependencies you installed and the artifacts you built, so every lane pays for them again. gitto copies the whole checkout through the filesystem's own copy-on-write, which takes seconds and costs no disk until one side writes.