Delete Github commit history
Just pick the hash you want to go back to and in your clone do: git reset –hard hash# git push -f origin branch where branch is the name of the branch you want to push. VoilĂ . Be carefully with the force push. You may want to copy your working directory until you are familiar … Read more