Instructions for checking out a pull request use git:
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=412755) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=412755) </details> <!--IssueSummary end--> When using `Code > Check out branch` the instructions use git: ``` git fetch "git@gitlab.com:stefanha/libblkio.git" 'event-idx-memory-ordering' git checkout -b 'libblkio-event-idx-memory-ordering' FETCH_HEAD ``` which does not work for contributors that do not have write access. Example use case is bug reporter testing a bug fix. The UI for cloning the repo has both https and git instructions. Similar experience would be nice in this case. ## Screenshot of the feature ![Screenshot_2023-05-24_at_12.15.30](/uploads/dedbc03ec367f5f71ff2d1712d15234b/Screenshot_2023-05-24_at_12.15.30.png)
issue