| ▲ | hnlmorg 2 days ago |
| The problem here is that GitHub keeps the ref logs even for commits that no longer exist. I don’t see how BFG helps here |
|
| ▲ | v3ss0n a day ago | parent [-] |
| it rewrites the history. Isn't that really enough?
You can remove all the keys from the git history.
and I agree , i forget the point about rotating the key which i do always in first . |
| |
| ▲ | hnlmorg a day ago | parent | next [-] | | No it’s not enough. Read the article and it will explain why. Also, if you’re going to rotate your secrets (which you absolutely should do regardless) then everything else is pointless because it’s now just an invalid credential. | |
| ▲ | Timwi a day ago | parent | prev [-] | | It might remove it from your local repo, but not from GitHub, that's the point. |
|