.

https://hackernoon.com/how-to-delete-commits-from-remote-in-git

git reset –hard HEAD~1

git reset –hard HEAD~3

git reset –hard

git push origin HEAD –force