diff --git a/home/modules/git.nix b/home/modules/git.nix index 1f15540..588f957 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -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"; }; };