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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -