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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -