I recently did an interactive rebase to remove a specific commit from my repo. However, I can still see the details of the commit by using git show <commit hash>
. How do I entirely remove the history of this deleted commit?
I asked "How to remove the history of a commit?", Not "How to remove a commit from git history". This is not a duplicate question. None of the suggestions provide a solution to my question.