Switcheroo on github urls (#121)

This commit is contained in:
Patrick Stevens
2025-07-16 20:16:36 +01:00
committed by GitHub
parent 0869976967
commit 544ab65c3b

View File

@@ -123,6 +123,9 @@
"protocol.file" = {
allow = "always";
};
url."git@github.com:" = {
insteadOf = "https://github.com/";
};
};
};