Skip to content

Commit 332ce16

Browse files
brabojclaude
andauthored
docs: add worktree to glossary (#195)
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) <noreply@anthropic.com>
1 parent b3d2da2 commit 332ce16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chapters/09-glossary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ A reference of key Git terms used throughout this tutorial, with links to the ch
5555
| Tag | A named reference to a commit — annotated (object with metadata) or lightweight (plain reference) | [2](02-building-blocks.md) |
5656
| Tree | Object that represents a directory — lists blobs and other trees with names and permissions | [2](02-building-blocks.md) |
5757
| Upstream | Conventional name for the original repository you forked from | [4](04-remote-repositories.md) |
58-
| Working tree | The checked-out files on disk that you edit directly — everything outside `.git/` | [2](02-building-blocks.md) |
58+
| 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) |
59+
| Worktree | See *Working tree* | |

0 commit comments

Comments
 (0)