From a6989de0431328c36d946b3b0a1f07b254e9cb9c Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 7 Dec 2022 23:45:01 +0000 Subject: [PATCH] update gitconfig --- dot_gitconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index 8cb03da..3276f50 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,14 +1,9 @@ -# This is Git's per-user configuration file. [user] name = sgoudham email = sgoudham@gmail.com - signingkey = 44E818FD5457EEA4 + signingkey = 44E818FD5457EEA4 [commit] gpgsign = true -[gpg] - program = /mnt/c/Program Files (x86)/GnuPG/bin/gpg.exe -[credential] - helper = /mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager-core.exe [core] autocrlf = input editor = lvim