Skip to content

Change "check out, review, and merge locally" URL to SSH by default.

What does this MR do?

Change the default URL type in the "Check out, review, and merge locally" pop-up dialog to SSH.

Why was this MR needed?

The default URL to show on the project screen is the SSH URL, so it makes sense for it to be the default here too. Plus, since most people (hopefully) use SSH keys to avoid typing credentials repeatedly, changing this default means these commands can be pasted into a terminal more easily since no password prompt will get in the way.

Does this MR meet the acceptance criteria?

Merge request reports