https://stackoverflow.com/questions/2007662/rollback-to-an-old-git-commit-in-a-public-repo
git checkout [887924] .
git reset --hard
git branch -m master main
git push -u origin main
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
git log --graph --oneline --decorate
git checkout -
git config pull.rebase true
or