每次提交的代码都有一个唯一的​commit id​(版本号),可以 通过git log 查到。

回滚到指定版本: 

git reset --hard  b498237e6dc1fc4861c79d3314d07285995b

强制提交:

git push -f origin develop