From 42bb06a8e41972f0752e9f9c54cbd67b50702d78 Mon Sep 17 00:00:00 2001 From: Branimir Georgiev Date: Sun, 26 Apr 2026 12:57:15 +0300 Subject: [PATCH] docs: add worktree to glossary Add synonym aliases (worktree, workspace) to the Working tree entry and a cross-reference entry for Worktree. Closes #158 Co-Authored-By: Claude Opus 4.6 (1M context) --- chapters/09-glossary.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/09-glossary.md b/chapters/09-glossary.md index d422c77..6a0e4a6 100644 --- a/chapters/09-glossary.md +++ b/chapters/09-glossary.md @@ -55,4 +55,5 @@ A reference of key Git terms used throughout this tutorial, with links to the ch | Tag | A named reference to a commit — annotated (object with metadata) or lightweight (plain reference) | [2](02-building-blocks.md) | | Tree | Object that represents a directory — lists blobs and other trees with names and permissions | [2](02-building-blocks.md) | | Upstream | Conventional name for the original repository you forked from | [4](04-remote-repositories.md) | -| Working tree | The checked-out files on disk that you edit directly — everything outside `.git/` | [2](02-building-blocks.md) | +| Working tree | The checked-out files on disk that you edit directly — everything outside `.git/`. Also called *worktree* or *workspace* | [1](01-introduction.md), [2](02-building-blocks.md) | +| Worktree | See *Working tree* | |