eclipse 恢复 git master 主分支

Posted lostintheecho

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 恢复 git master 主分支相关的知识,希望对你有一定的参考价值。

git上误提交代码时(我同事错误提交了主分支代码,且主分支显示master,master,之前的提交次数在git浏览器上不再展示),可根据以下步骤回滚错误提交的代码及记录:

1. 本地git仓库还原到前一个版本

  • 选中项目右键 -》 Team -》 Show in History
  • 选中上一个版本右键 -》Reset -》 Hard(HEAD,Index and Working Tree)

2. 提交当前还原的版本

  • 选中项目右键-》Team -》Push Branch -》master
  • 取消 Configure upstream for push and pull
  • 勾选 Force overwrite of branch on remote if it exists and has diverged
  • 点击Next-》 push

push成功后,git上主分支恢复,且之前错误的记录已删除

以上是关于eclipse 恢复 git master 主分支的主要内容,如果未能解决你的问题,请参考以下文章

eclipse git 开发操作流程

android studio中用git集成插件怎么合并分支

eclipse 中怎么fetch代码

GIT:如何在恢复合并后从分支中提取更改

Git在拉取请求分支上恢复樱桃选择而不在主控上恢复

Master 恢复后 Git Merge