Change "Create Repository" text on newly created project
Created by: willuk2010
Is there a way, to amend the text shown when a new repo is created?
im using a none standard ssh port, and it tells me things like,
git remote add origin git@home.domain.co.uk:user/repo.git
when i need it to be,
git remote add origin ssh://git@home.domain.co.uk:222/will/repo.git
ta,