1
0
mirror of synced 2025-12-21 19:06:49 -05:00

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

Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
Sass Bálint
2020-12-10 18:03:39 +01:00
committed by GitHub
parent 1930775a80
commit aaca067a3b

View File

@@ -40,7 +40,7 @@ To replace all text listed in `passwords.txt` wherever it can be found in your r
$ bfg --replace-text passwords.txt
```
At the end, force push the changes:
After the sensitive data is removed, you must force push your changes to {% data variables.product.product_name %}.
```shell
$ git push --force