I am experiencing some issues when I try to do an interactive rebase on a repo created via a mirror.
Situation. The original repo was created:
git clone --mirror https://github.com/dashboard3.0.git
However, a lot of garbage commits have gone into this mirrored repo (so it is NOT a mirror anymore).
Problem: I tried doing a rebase using this link: Remove specific commit
But because this is a mirror repo, it did not work. Below are the steps I took. I entered the command git rebase -i HEAD~15
Any ideas on how to continue. I am nervous to continue.