Skip to content

Commit 957548c

Browse files
Add a period to the end of a list line (#33351)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 0a8d3d0 commit 957548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/using-git/about-git-subtree-merges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Typically, a subtree merge is used to contain a repository within a repository.
1919

2020
The best way to explain subtree merges is to show by example. We will:
2121

22-
- Make an empty repository called `test` that represents our project
22+
- Make an empty repository called `test` that represents our project.
2323
- Merge another repository into it as a subtree called `Spoon-Knife`.
2424
- The `test` project will use that subproject as if it were part of the same repository.
2525
- Fetch updates from `Spoon-Knife` into our `test` project.

0 commit comments

Comments
 (0)