0
我最近試圖通過github桌面應用程序將我的本地github分支恢復到早期版本。它給我的錯誤github自動生成的評論
error: revert is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: revert failed
(128)
,然後當我在Eclipse中打開了我的項目,我得到了這樣的議論
<<<<<<< HEAD
and
=======
>>>>>>> parent of [something]... Merge branch 'master' into robertsBranch
,這些都是造成種種語法錯誤。我如何撤銷這個,只需返回到我的分支的以前版本,而不會產生這些錯誤生成的評論,並沒有錯誤消息。是否有可能回溯到github分支?