git - Falling back / 3-way messages in rebase -
when rebase on remote tracking branch master, following message
$ git rebase origin/master first, rewinding head replay work on top of it... applying: 'xxx' using index info reconstruct base tree... falling patching base , 3-way merge...
what "patching base" mean here? 3-way merges done on file file basis? there way disable them?
Comments
Post a Comment