git (itself) allow you to create rewrite rules that let you replace URL
prefixes, for either host mapping, or shorthands:
[url "https://github.com"/]
insteadOf = gh:
[url "https://newhost.com";]
insteadOf: https://oldhost.com/
[url "https://firewallhost.com";]
insteadOf: https://publichos
On Tue 23 Jan 2018 at 01:32, Guy Knights wrote:
> I have a bit of an issue I've run into. I've set up git mirrors in
> separate subnets and would like my pipeline jobs to use these mirrors as
> the pipeline job source. Until now, we've had a central gitlab repo which
> we allowed access to throug
I have a bit of an issue I've run into. I've set up git mirrors in separate
subnets and would like my pipeline jobs to use these mirrors as the
pipeline job source. Until now, we've had a central gitlab repo which we
allowed access to through our firewall for each remote subnet.
I changed the url