Skip to content

Commit 7571818

Browse files
authored
[add] force push
1 parent 399816f commit 7571818

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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+
At the end, force push the changes:
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)