Added git config credential.helper store

This commit is contained in:
uzy lol 2024-12-23 20:17:37 -08:00
parent 4aa0cd6cf2
commit 180342964f

View File

@ -9,8 +9,7 @@
userName = "Uzair Mohammed";
userEmail = "uzair.hamed@gmail.com";
extraConfig = {
# credential.helper = "oauth";
credential.credentialStore = "cache";
credential.helper = "store";
init.defaultBranch = "master";
};
};