git checkout - Why does Git sometimes list conflicts with 'ours/theirs' instead of 'HEAD/branch'? -


i undid attempted merge conflict using git checkout -m <<filename>> , surprised see conflicts listed as:

<<<<<<< ours ------- >>>>>>> theirs 

instead of:

<<<<<<< head ------- >>>>>>> branch 

is there global setting controls this?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -