Skip to content

Commit

Permalink
Merge pull request github#1230 from sassbalint/patch-1
Browse files Browse the repository at this point in the history
[add] force push
  • Loading branch information
lecoursen authored Dec 11, 2020
2 parents b0f9200 + f0de842 commit 6e3b9e9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ To replace all text listed in `passwords.txt` wherever it can be found in your r
$ bfg --replace-text passwords.txt
```

After the sensitive data is removed, you must force push your changes to {% data variables.product.product_name %}.

```shell
$ git push --force
```

See the [BFG Repo-Cleaner](http://rtyley.github.io/bfg-repo-cleaner/)'s documentation for full usage and download instructions.

#### Using filter-branch
Expand Down

0 comments on commit 6e3b9e9

Please sign in to comment.