1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2022-11-18 14:00:50 -08:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
$ cd REPOSITORY-NAME
```
5. To filter out the subfolder from the rest of the files in the repository, run [`git filter-repo`](https://github.com/newren/git-filter-repo), supplying this information:
5. To filter out the subfolder from the rest of the files in the repository, install [`git-filter-repo`](https://github.com/newren/git-filter-repo), then run `git filter-repo` with the following arguments.
- `FOLDER-NAME`: The folder within your project where you'd like to create a separate repository.
{% windows %}