add fragment identifiers to the glossary terms (#29004)
Co-authored-by: Steve Ward <steveward@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user