Is there a way to change the default ssh host for gitlab (displayed at the top of the repository window in the web interface)? I mean only SSH in clones.
For example, I have gitlab installed on git.example.com , but example.com also points to the same computer (another site). Can I change ssh urls with:
git clone git@git.example.com :user/repository
in
git clone git@example.com :user/repositiory
but for http and https leave it with git.example.com ?
gitlab
Gwynbleidd
source share