From 0cfec5cfd769ec79d37ffd9d3a0ba9e315e416f8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 7 Jul 2023 07:34:03 +0900 Subject: [PATCH] Update git --- common/dotfiles/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dotfiles/git.nix b/common/dotfiles/git.nix index 67d732f7..da5fba9c 100644 --- a/common/dotfiles/git.nix +++ b/common/dotfiles/git.nix @@ -4,7 +4,7 @@ userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { - # core.askPass = "true"; + core.askPass = "false"; credential.helper = "cache --timeout=25920000"; user.signingkey = "64F6C4EB46C4543A"; commit.gpgsign = "true";