Skip to content

Fix 33102 gitfile typo #33114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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