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
+2
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/";
}; };
}; };