1
0
mirror of synced 2025-12-25 02:17:36 -05:00

add fragment identifiers to the glossary terms (#29004)

Co-authored-by: Steve Ward <steveward@github.com>
This commit is contained in:
Junaid Ali
2023-10-09 23:53:46 +05:00
committed by GitHub
parent d42fa0f3e5
commit f3497a71ad

View File

@@ -96,7 +96,7 @@
- term: clean
description: >-
A working tree is clean if it corresponds to the revision referenced by the
current HEAD. Also see "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
@@ -554,7 +554,7 @@
Pull refers to when you are fetching in changes and merging them. For
instance, if someone has edited the remote file you're both working on,
you'll want to pull in those changes to your local copy so that it's up to
date. See also fetch.
date. See also ["fetch"](#fetch).
- term: pull access
description: A synonym for read access.
- term: pull request