diff --git a/Documentation/gitdatamodel.adoc b/Documentation/gitdatamodel.adoc index dcfdff0346..d588630e63 100644 --- a/Documentation/gitdatamodel.adoc +++ b/Documentation/gitdatamodel.adoc @@ -24,6 +24,8 @@ Git's core operations use 4 kinds of data: 3. <>, also known as the staging area 4. <>: logs of changes to references ("ref log") +See linkgit:gitglossary[7] for a comprehensive terminology reference. + [[objects]] OBJECTS ------- @@ -300,6 +302,10 @@ $ git reflog main --date=iso --no-decorate 4ccb6d7 main@{2025-09-29 15:16:48 -0400}: commit (initial): Initial commit ---- +SEE ALSO +-------- +linkgit:gitglossary[7] + GIT --- Part of the linkgit:git[1] suite