Skip to content

Commit

Permalink
clean useless whitespaces in filter-branch example (#1710)
Browse files Browse the repository at this point in the history
Co-authored-by: hubwriter <hubwriter@github.com>
  • Loading branch information
maximd and hubwriter authored Dec 2, 2020
1 parent df9950c commit b4082bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
{% endwindows %}
- `BRANCH-NAME`: The default branch for your current project, for example, `main` or `gh-pages`.
```shell
$ git filter-branch --prune-empty --subdirectory-filter <em>FOLDER-NAME BRANCH-NAME </em>
$ git filter-branch --prune-empty --subdirectory-filter <em>FOLDER-NAME BRANCH-NAME</em>
# Filter the specified branch in your directory and remove empty commits
> Rewrite 48dc599c80e20527ed902928085e7861e6b3cbe6 (89/89)
> Ref 'refs/heads/<em>BRANCH-NAME</em>' was rewritten
Expand Down

0 comments on commit b4082bc

Please sign in to comment.