My github has 100 commits in it right now. I need to rollback the repository to commit 80, and remove all the subsequent ones.
Why? This repo is supposed to be fo
git reset --hard git push -f
Note: As written in comments below, Using this is dangerous in a collaborative environment: you're rewriting history