我在编辑提交时遇到问题。
我有2个.php文件的2次提交。我的目标是同时编辑它们。我读了一下rebase -i,这是我认为应该做的:
pick改为edit;git commit --amend;git rebase --continue。在此之后,我相信变基会再次停止,因此我必须为第二次提交重新做一遍。
但是在我输入后,我git rebase --continue得到了这个:
file1.php: needs update
You must edit all merge conflicts and then
mark them as resolved using git add
Run Code Online (Sandbox Code Playgroud)
有什么问题,我该怎么办?