Skip to content

Commit 97fa03d

Browse files
authored
Merge branch 'main' into patch-1
2 parents 53f13af + 8900cd8 commit 97fa03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article tells you how to make commits with sensitive data unreachable from
2828

2929
#### Using the BFG
3030

31-
The [BFG Repo-Cleaner](http://rtyley.github.io/bfg-repo-cleaner/) is a tool that's built and maintained by the open source community. It provides a faster, simpler alternative to `git filter-branch` for removing unwanted data. For example, to remove your file with sensitive data and leave your latest commit untouched, run:
31+
The [BFG Repo-Cleaner](https://rtyley.github.io/bfg-repo-cleaner/) is a tool that's built and maintained by the open source community. It provides a faster, simpler alternative to `git filter-branch` for removing unwanted data. For example, to remove your file with sensitive data and leave your latest commit untouched, run:
3232

3333
```shell
3434
$ bfg --delete-files <em>YOUR-FILE-WITH-SENSITIVE-DATA</em>
@@ -46,7 +46,7 @@ After the sensitive data is removed, you must force push your changes to {% data
4646
$ git push --force
4747
```
4848

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

5151
#### Using filter-branch
5252

0 commit comments

Comments
 (0)