From fc58981e5a40f34f756ea0470a23747be39e652f Mon Sep 17 00:00:00 2001 From: Johan Naizu <68628917+johan-naizu@users.noreply.github.com> Date: Sat, 18 May 2024 01:37:50 +0530 Subject: [PATCH] Update external.yml (#33040) --- data/glossaries/external.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index 935934a654..bc9e0f3774 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -95,7 +95,7 @@ - term: clean description: >- A working tree is clean if it corresponds to the revision referenced by the - current HEAD. Also see "[dirty](#dirty)". + current HEAD. Also see "[dirty](#dirty)." - term: clone description: >- A clone is a copy of a repository that lives on your computer instead of on @@ -128,7 +128,7 @@ commit message which is a brief description of what changes were made. - term: commit author description: The user who makes the commit. -- term: Commit graph +- term: commit graph description: >- A repository graph that shows all the commits made to a repository in the past year.