git 这个冲突如何处理

如题.
问题关键点.当前在dev分支,执行了git pull --rebase后,本地就切换到a6090c2这个节点了,变成了空分支

操作了几次,结果还一样

wab@a111999:~/pc$ git pull --rebase
Auto-merging src/views/order/book.vue
CONFLICT (content): Merge conflict in src/views/order/book.vue
error: could not apply a6090c2... 修改
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply a6090c2... 修改
阅读 5.2k
1 个回答
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
  1. 手动修改冲突文件并保存
  2. git add 冲突文件
  3. git rebase --continue
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题