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
Post a Comment