Use git credential store method

This commit is contained in:
Evie Litherland-Smith 2023-05-28 19:18:03 +01:00
parent 763e42fda9
commit fedcda2b6a

View file

@ -27,6 +27,7 @@
extraConfig = {
pull.rebase = false;
init.defaultBranch = "main";
credential.helper = "store";
};
};
}