Customize New Project Instructions?

Does anyone know if it is possible to customize the messages shown on a new, empty project? Specifically, I want to modify the command line instructions. By default it says:

“git remote add origin git@git.myserver.com:group/project.git”

However, I am running GitLab with Docker and SSH is on a different port, so the default instructions are wrong for my setup. What I really want this line to say is:

“git remote add origin ssh://git@git.myserver.com:2022/group/project.git”

Thanks!

Hi nick_t,

Did you manage to work this out please, I have a requirement to change the text on this page (not because of a custom port).

Thanks

Daniel