I am trying to remove the password(s) from my Git repo history (I removed passwords from my Git repo long time back manually but not from history, and this time trying to clean throughout the history of my Git repo)
And for same, started with forking the main repo and went through and followed the steps - BFG Repo-Cleaner and tried to search on StackOverflow like this
Everything looks well with all the steps followed on local Git repo, and last is git push
, but after that I don't see commits on my forked repo, though I see this message This branch is 853 commits ahead, 853 commits behind
, and it gives option to create PR (as well as compare) and in this PR I see lot of diffs[like the new file which was created some time back, and still exists in the current version] which has nothing to do with the password I am trying to replace.
The Git version is 2.21.0