instruction description for conflict merge request of version 12.3.1 is misguided

Summary

instruction description for conflict merge request of version 12.3.1 is misguided

Steps to reproduce

  1. generate one merge request, and the merge request can not be merged automatically due to the conflict
  2. click the hint command line

image

  1. operate according to the hints by the following dialog
  2. for step 3 (git checkout "origin/master"), the problem happens. because the origin/master is not a local branch, it is in detached state

image

for the gitlab previous version, e.g. 10.8.4, the hint dialog is different, as follows

the command for step 3 is git checkout master

image

Possible fixes

solve this problem, just as the previous working edition

Edited by HellenHuai