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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user