I'm a solo developer learning Git/hub. There is only one branch in my repo "round-robin". I would like to remove the last two commits from history, as in leave no trace they ever existed. I'd like to remove it from Github.
Once the two most recent commits are removed, I'd like to push my current local source code that is now working.
I've tried a hard reset, it didn't work. I even tried an experiment of deleting the file on github and it still didn't work somehow.