git-worktree (1) Linux Manual Page
NAME git-worktree – Manage multiple working trees SYNOPSIS git worktree add[-f][–detach][–checkout][–lock[–reason<string>]][-b<new – branch>]<path>[<commit – ish>] git worktree list[–porcelain] git worktree lock[–reason<string>]<worktree> git worktree move<worktree><new – path> git worktree prune[-n][-v][–expire<expire>] git worktree remove[-f]<worktree> git worktree repair[<path>…] git worktree unlock<worktree> DESCRIPTION Manage multiple working trees attached to the same repository. A git repository can support multiple working…
