set `hub` checkout protocol to ssh

master
Yorick van Pelt 2023-09-24 22:26:24 +02:00
parent a5abf4c545
commit 9bcb751696
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ in {
extraConfig.help.autocorrect = 5;
extraConfig.push.default = "simple";
extraConfig.pull.ff = "only";
extraConfig.hub.protocol = "ssh";
ignores = [
"/.envrc"
"/.cache"