当我在master的远程跟踪分支上进行rebase时,我收到以下消息
$ git rebase origin/master
First, rewinding head to replay your work on top of it...
Applying: 'XXX'
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
“修补基地”在这里意味着什么?是否按文件进行3向合并?有没有办法禁用它们?
答案 0 :(得分:2)
这是一条技术性消息,不应打扰您。
重要的是要看: