Skip to content

Display SSH URL in modal for resolving conflicts

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Problem to solve

Fetch new upstream contents when fork is behind (#330243 - closed) added a 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

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.

Edited by 🤖 GitLab Bot 🤖