Anyone know how I'd specify a non standard port in this code?
git ls-remote git@git:2222:common/jenkins-libraries.git
Our git server is running on a non standard port, 2222, so I need to get the port into that command somehow.
Anyone know how I'd specify a non standard port in this code?
git ls-remote git@git:2222:common/jenkins-libraries.git
Our git server is running on a non standard port, 2222, so I need to get the port into that command somehow.