From 006504b69ae86712219f1c658097efda01101daf Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sun, 26 Mar 2023 10:58:37 +0200 Subject: [PATCH] Local gitconfig signingkey --- git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 6a254a0..c78cdb7 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,7 +1,8 @@ [user] email = 5300871+elkowar@users.noreply.github.com name = elkowar - signingkey = 9EFD181455D31DD0F42DA932862BA3D7D7760F13 +[include] + path = ~/.gitconfig.local [credential] helper = store [core]