From c804f732d78038a8efa072293b68946defaeaeb7 Mon Sep 17 00:00:00 2001 From: Nolan Emirot Date: Thu, 29 Jun 2023 14:13:44 -0700 Subject: [PATCH] Update splitting-a-subfolder-out-into-a-new-repository.md (#25960) Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- .../splitting-a-subfolder-out-into-a-new-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md b/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md index 3ecd8657eb..4df0344c03 100644 --- a/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md +++ b/content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md @@ -14,7 +14,7 @@ versions: ghec: '*' shortTitle: Splitting a subfolder --- -If you create a new clone of the repository, you won't lose any of your Git history or changes when you split a folder into a separate repository. +If you create a new clone of the repository, you won't lose any of your Git history or changes when you split a folder into a separate repository. However, note that the new repository won't have the branches and tags of the original repository. {% data reusables.command_line.open_the_multi_os_terminal %}