merge - Merging selective lines of code using Git? -
i force git always merge using (kind of) 3-way conflicts resolution. moreover, want point of being able choose single lines.
at moment merging 2 branches. however, if possible, i'd know how perform task when merging multiple branches.
git tries 3-way merging default (the recursive strategy 2 heads, , octopus strategy 3+ heads).
if want see 3-way resolution options when manually merging, try setting merge.conflictstyle config option diff3.
(see configuration section of git-merge man page details on option.)
Comments
Post a Comment