Skip to content

Add a script to configure SSH instead of HTTPS

Lin Jen-Shin requested to merge add/support/gdk-use-ssh-remotes into main

What does this merge request do and why?

Add a script to configure SSH instead of HTTPS

How to set up and validate locally

Run ./support/gdk-use-ssh-remotes and see if it adds the following lines to .git/config for each repositories:

[url "git@gitlab.com:"]
	insteadOf = https://gitlab.com/

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

See #1670

Edited by Lin Jen-Shin

Merge request reports