1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge pull request #45121 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-10-26 09:55:36 -04:00
committed by GitHub

View File

@@ -14,6 +14,13 @@ versions:
ghec: '*'
shortTitle: Splitting a subfolder
---
{% note %}
**Note:** You need Git version 2.22.0 or later to follow these instructions, otherwise `git filter-repo` will not work.
{% endnote %}
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 %}