Skip to content

Commit 61fa55a

Browse files
liujiayi12Sharra-writessubatoi
authored
Correct typo (#45027)
Co-authored-by: Sharra-writes <sharra-writes@github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent b15c95f commit 61fa55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Consider these limitations and challenges in your decision to rewrite your repos
6565

6666
## Purging a file from your local repository's history using git-filter-repo
6767

68-
1. Install the latest release of [the `git-filter-repo` tool](https://github.com/newren/git-filter-repo). You need a version with the `--sensitive-data-removal` flag, meaning at least version 2.47. You can install `git-filter-repo` manually or by using a package manager. For example, to install the tool with HomeBrew, use the `brew install` command.
68+
1. Install the latest release of [the `git-filter-repo` tool](https://github.com/newren/git-filter-repo). You need a version with the `--sensitive-data-removal` flag, meaning at least version 2.47. You can install `git-filter-repo` manually or by using a package manager. For example, to install the tool with Homebrew, use the `brew install` command.
6969

7070
```shell
7171
brew install git-filter-repo

0 commit comments

Comments
 (0)