Use git credential store

This commit is contained in:
Michael Thomas 2022-05-31 13:33:01 -04:00
parent 1eea1ceaba
commit 03c2cf5ee7

View File

@ -9,5 +9,9 @@
enable = true;
userEmail = "michaelhthomas@outlook.com";
userName = "Michael Thomas";
extraConfig = {
credential.helper = "store";
pull.rebase = "false";
};
};
}