摘要: 先看一下提交的历史,确定一下回退到版本的commitID,执行: git reset --hard commitID 如果现在在本地进行git push origin master的话,会报错,意思大概就是本地代码behind远程仓库的代码,执行下面命令: git push -u origin ma 阅读全文
posted @ 2016-06-23 09:35 不由分说 阅读(1980) 评论(0) 推荐(0)