Skip to content

Commit b4082bc

Browse files
maximdhubwriter
andauthored
clean useless whitespaces in filter-branch example (#1710)
Co-authored-by: hubwriter <[email protected]>
1 parent df9950c commit b4082bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/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
@@ -36,7 +36,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
3636
{% endwindows %}
3737
- `BRANCH-NAME`: The default branch for your current project, for example, `main` or `gh-pages`.
3838
```shell
39-
$ git filter-branch --prune-empty --subdirectory-filter <em>FOLDER-NAME BRANCH-NAME </em>
39+
$ git filter-branch --prune-empty --subdirectory-filter <em>FOLDER-NAME BRANCH-NAME</em>
4040
# Filter the specified branch in your directory and remove empty commits
4141
> Rewrite 48dc599c80e20527ed902928085e7861e6b3cbe6 (89/89)
4242
> Ref 'refs/heads/<em>BRANCH-NAME</em>' was rewritten

0 commit comments

Comments
 (0)