Add git insteadOf url for gitlab ssh

This commit is contained in:
Arnie 2025-07-09 10:00:49 +02:00
parent a8a693cd95
commit a11c62c437
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11

View File

@ -101,6 +101,8 @@ in
pull.rebase = false; pull.rebase = false;
init.defaultBranch = "main"; init.defaultBranch = "main";
url."ssh://git@gitlab.laputa.veracode.io/".insteadOf = "https://gitlab.laputa.veracode.io/";
}; };
}; };