1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Add a period to the end of a list line (#33351)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
SeanAverS
2024-06-05 08:22:27 -07:00
committed by GitHub
parent 0a8d3d0707
commit 957548c50b

View File

@@ -19,7 +19,7 @@ Typically, a subtree merge is used to contain a repository within a repository.
The best way to explain subtree merges is to show by example. We will: The best way to explain subtree merges is to show by example. We will:
- Make an empty repository called `test` that represents our project - Make an empty repository called `test` that represents our project.
- Merge another repository into it as a subtree called `Spoon-Knife`. - Merge another repository into it as a subtree called `Spoon-Knife`.
- The `test` project will use that subproject as if it were part of the same repository. - The `test` project will use that subproject as if it were part of the same repository.
- Fetch updates from `Spoon-Knife` into our `test` project. - Fetch updates from `Spoon-Knife` into our `test` project.