我在开发人员分支上,我尝试执行git rebase remote/a_remote_branch
我看到:
First, rewinding head to replay your work on top of it...
Applying: change #1
Failed to merge in the changes.
Patch failed at 0001 change #1
我的问题是为什么要git rebase
尝试应用“更改#1”?
这是因为当我这样做时git log
,我在本地分支中看到“更改 #1”,为什么 git 在我变基时再次尝试应用“更改 #1”?