Fix git config

This commit is contained in:
Henry Hiles 2025-06-01 21:21:19 -04:00
commit 1796c2e264
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -13,7 +13,7 @@
};
url = {
"git@github.com:".insteadOf = ["https://github.com/"];
"git@git.henryhiles.com:".insteadOf = ["https://git.henryhiles.com"];
"git@git.federated.nexus:".insteadOf = ["https://git.federated.nexus"];
};
init.defaultBranch = "main";
commit.gpgsign = true;