Display SSH URL in modal for resolving conflicts
<!--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> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=448386) </details> <!--IssueSummary end--> ### Problem to solve gitlab-org/gitlab#330243+ added a [modal for resolving conflicts](https://gitlab.com/gitlab-org/gitlab/-/issues/330243#modal-for-resolving-conflicts) in a Fork. Currently, this modal includes just the HTTPS URL (`https://gitlab.example.com/path/to/repo.git`) of the source repository ("Step 1"): ![image](/uploads/3aa1f9f9b59ff6b68180d13fc94d64f2/image.png) ### Proposal It would be great if this modal additionally displayed the SSH URL (`git@gitlab.example.com:path/to/repo.git`) of the source repo. This way, developers and maintainers would not have to manually figure it out, e.g. by visiting the source repo in another tab.
issue