我正在尝试将功能分支中的更改合并到我项目的开发分支中。我使用 Mac OS X 的 GitHub GUI 应用程序和命令行来管理我的 git 项目。很长一段时间以来,我一直能够使用命令行管理合并冲突,但我不知道是否以及如何在 GUI 客户端中执行相同的操作。即使我解决了 BBEdit 中的冲突,然后单击“提交”按钮,它仍然显示:
•error: 'commit' is not possible because you have unmerged files.
hint: Fix them up in the work tree,
hint: and then use 'git add/rm <file>' as
hint: appropriate to mark resolution and make a commit,
hint: or use 'git commit -a'.
fatal: Exiting because of an unresolved conflict.
(128)
如何在不使用命令行的情况下解决此问题?