So I made a mistake and pushed some sensitive not for public information to github.
After realizing my mistake, I removed the information, re-committed and pushed again.
Then to remove it from git commit history, I rewrote my commit history using git rebase
and force pushed it to the remote.
Now I have a question, is there any way that data could be extracted from within the .git
folder? Keep in mind, the remote repository is public.