Skip to content

Commit 43e4e68

Browse files
authored
Merge pull request #22060 from KorayUlusan/patch-1
fix typo: 'git filter-repo' -> 'git-filter-repo'
2 parents 906a81c + 3b0f9a5 commit 43e4e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
3030
$ cd REPOSITORY-NAME
3131
```
3232

33-
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:
33+
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.
3434
- `FOLDER-NAME`: The folder within your project where you'd like to create a separate repository.
3535

3636
{% windows %}

0 commit comments

Comments
 (0)