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

Update splitting-a-subfolder-out-into-a-new-repository.md (#25960)

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
Nolan Emirot
2023-06-29 14:13:44 -07:00
committed by GitHub
parent 549be40b30
commit c804f732d7

View File

@@ -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 %}