From 957548c50b12557580fd73f11f4aa9d8b3e5ecd0 Mon Sep 17 00:00:00 2001 From: SeanAverS Date: Wed, 5 Jun 2024 08:22:27 -0700 Subject: [PATCH] Add a period to the end of a list line (#33351) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- content/get-started/using-git/about-git-subtree-merges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/using-git/about-git-subtree-merges.md b/content/get-started/using-git/about-git-subtree-merges.md index d0dc086917..5bf5e46e9c 100644 --- a/content/get-started/using-git/about-git-subtree-merges.md +++ b/content/get-started/using-git/about-git-subtree-merges.md @@ -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: -- 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`. - 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.