If I recall correctly, "worktree" is the feature/command, and "working tree" is an instance in the file system, even when you only have one working tree. Using that mental model, the documentation for 'git worktree list' clearly talks about working trees, so fix it. Reflow the lines as well. Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> --- Duy, this is my instant-make-a-apatch-to-fix-the-world reaction in reply to Jonathan. Thanks, Stefan Documentation/git-worktree.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 553cf8413f..e080007ed0 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -58,10 +58,10 @@ as if `-b $(basename <path>)` was specified. list:: -List details of each worktree. The main worktree is listed first, followed by -each of the linked worktrees. The output details include if the worktree is -bare, the revision currently checked out, and the branch currently checked out -(or 'detached HEAD' if none). +List details of each working tree. The main working tree is listed first, +followed by each of the linked working trees. The output details include if +the working tree is bare, the revision currently checked out, and the branch +currently checked out (or 'detached HEAD' if none). lock:: -- 2.12.0.306.g4a9b9b32d4.dirty