Skip to content

Commit 6e3b9e9

Browse files
authored
Merge pull request #1230 from sassbalint/patch-1
[add] force push
2 parents b0f9200 + f0de842 commit 6e3b9e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ 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+
After the sensitive data is removed, you must force push your changes to {% data variables.product.product_name %}.
44+
45+
```shell
46+
$ git push --force
47+
```
48+
4349
See the [BFG Repo-Cleaner](http://rtyley.github.io/bfg-repo-cleaner/)'s documentation for full usage and download instructions.
4450

4551
#### Using filter-branch

0 commit comments

Comments
 (0)