link
git/worktree

Manage Worktrees

Manage multiple working trees

git
worktree
repository

Command

git worktree

Examples

Add new worktree

git worktree add ../new-path

List all worktrees

git worktree list