Plurrrr

Tue 23 Aug 2022

Manage multiple working trees

A git repository can support multiple working trees, allowing you to check out more than one branch at a time. With git worktree add a new working tree is associated with the repository, along with additional metadata that differentiates that working tree from others in the same repository. The working tree, along with this metadata, is called a "worktree".

Source: Git - git-worktree Documentation.