如何将Github的代码回退到某一个指定的提交版本

How to revert Github source code to a specific commit

git reset --hard "old-commit-id"
git push -f