Skip to content

Commit aaca067

Browse files
Update content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
1 parent 1930775 commit aaca067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To replace all text listed in `passwords.txt` wherever it can be found in your r
4040
$ bfg --replace-text passwords.txt
4141
```
4242

43-
At the end, force push the changes:
43+
After the sensitive data is removed, you must force push your changes to {% data variables.product.product_name %}.
4444

4545
```shell
4646
$ git push --force

0 commit comments

Comments
 (0)