Skip to content

Commit

Permalink
Fix 33102 gitfile typo (#33114)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
SeanAverS and nguyenalex836 committed May 22, 2024
1 parent 2ffe939 commit 8b0d5d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/glossaries/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@
description: A section for hosting wiki style documentation on a GitHub repository.
- term: gitfile
description: >-
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`.
that is the real repository.
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`. That is the real repository.
- term: GraphQL
description: >-
A query language for APIs and a runtime for fulfilling those queries with
Expand Down Expand Up @@ -570,7 +569,7 @@
- term: punch graph
description: >-
A repository graph that shows the frequency of updates to a repository based
on the day of week and time of day
on the day of week and time of day.
- term: push
description: >-
To push means to send your committed changes to a remote repository on
Expand Down

0 comments on commit 8b0d5d7

Please sign in to comment.