git-bash
git reset --hard commit_id
如果是回退到上一个版本,可以用便捷写法:git reset --hard HEAD^
git reset --hard HEAD^