Skip to content

Commit 0115e2e

Browse files
authored
fix links
1 parent a06e0d6 commit 0115e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-07-20-remove-sensitive-github-commit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ subtitle: Protect your secrets and clean up if you accidentally over share
1010
We accidentally committed our secrets (password or secret key) to GitHub
1111

1212
## Solution
13-
1. Prevent secrets from being committed: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository#avoiding-accidental-commits-in-the-future
14-
2. Clean up: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
13+
1. Prevent secrets from being committed: [avoid accidental commits](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository#avoiding-accidental-commits-in-the-future)
14+
2. Clean up: Either use [BFG](https://stuarteggerton.com/2021-07-20-remove-sensitive-github-commit/) or see other methods to [remove sensitive data using](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository)
1515

0 commit comments

Comments
 (0)